1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-14 22:42:34 +02:00

Fix explicit steam workshop build for build.py

This commit is contained in:
Elias Steurer 2021-08-16 11:22:25 +02:00
parent cbd49b8613
commit 6ea784ffed

View File

@ -91,6 +91,7 @@ cmake_configure_command = """cmake ../
-DCMAKE_TOOLCHAIN_FILE={toolchain}
-DVCPKG_TARGET_TRIPLET={triplet}
-DSCREENPLAY_STEAM_DEPLOY=ON
-DSCREENPLAY_STEAM=ON
-G "CodeBlocks - Ninja"
-B.
""".format(