1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-18 08:22:33 +02:00

Fix build.py syntax

This commit is contained in:
Elias Steurer 2020-10-31 19:34:42 +01:00
parent 051a31a065
commit 2ca67739ef

View File

@ -51,7 +51,7 @@ if platform == "win32":
cmake_target_triplet = "x64-windows"
os.system("install_dependencies_windows.bat")
elif platform == "darwin":
cmake_prefix_path = "~/Qt/" + qt_version "/clang_64"
cmake_prefix_path = "~/Qt/" + qt_version + "/clang_64"
deploy_executable = "macdeployqt"
cmake_target_triplet = "x64-osx"
print("Executing install_dependencies_linux_mac.sh")