diff options
| author | angelmixu <salemixu@gmail.com> | 2020-02-04 23:49:41 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-04 14:49:41 -0800 |
| commit | d808514c9df44bb97d6eccff952bfe8ec4e156f7 (patch) | |
| tree | 25a8f5bcd96c1392e235d6fa9ca308a25f45f94b /ports/qt5-winextras | |
| parent | e9b976af70cb51e6510d76994e548de6c83c9de0 (diff) | |
| download | vcpkg-d808514c9df44bb97d6eccff952bfe8ec4e156f7.tar.gz vcpkg-d808514c9df44bb97d6eccff952bfe8ec4e156f7.zip | |
[poco] bin and debug/bin directories should also be removed on macOS (#9798)
* [poco] bin and debug/bin directories should also be removed on macOS
* white space for rebuild
* updated platform comparison
Diffstat (limited to 'ports/qt5-winextras')
| -rw-r--r-- | ports/qt5-winextras/portfile.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/qt5-winextras/portfile.cmake b/ports/qt5-winextras/portfile.cmake index 54153bed7..69c3adbb2 100644 --- a/ports/qt5-winextras/portfile.cmake +++ b/ports/qt5-winextras/portfile.cmake @@ -2,4 +2,4 @@ if (NOT VCPKG_TARGET_IS_WINDOWS) message(FATAL_ERROR "qt5-winextras only support Windows.") endif() include(${CURRENT_INSTALLED_DIR}/share/qt5/qt_port_functions.cmake) -qt_submodule_installation()
\ No newline at end of file +qt_submodule_installation() |
