mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Set prefix path explicitly on osx
This commit is contained in:
parent
d10276253f
commit
c503c01474
1 changed files with 2 additions and 1 deletions
|
@ -32,7 +32,8 @@ cmake -GNinja -H. -Bbuild \
|
||||||
-DCMAKE_BUILD_TYPE=RelWithDebInfo -DHUNTER_CONFIGURATION_TYPES=RelWithDebInfo \
|
-DCMAKE_BUILD_TYPE=RelWithDebInfo -DHUNTER_CONFIGURATION_TYPES=RelWithDebInfo \
|
||||||
-DUSE_BUNDLED_OPENSSL=OFF \
|
-DUSE_BUNDLED_OPENSSL=OFF \
|
||||||
-DOPENSSL_ROOT_DIR=/usr/local/opt/openssl \
|
-DOPENSSL_ROOT_DIR=/usr/local/opt/openssl \
|
||||||
-DOPENSSL_INCLUDE_DIR=/usr/local/opt/openssl/include
|
-DOPENSSL_INCLUDE_DIR=/usr/local/opt/openssl/include \
|
||||||
|
-DCMAKE_PREFIX_PATH=/usr/local/opt/qt5
|
||||||
else
|
else
|
||||||
cmake -GNinja -H. -Bbuild \
|
cmake -GNinja -H. -Bbuild \
|
||||||
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
|
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
|
||||||
|
|
Loading…
Reference in a new issue