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

Disable infoware for now because it wont compile

This commit is contained in:
Elias Steurer 2021-07-25 16:21:16 +02:00
parent 613a4d435d
commit f521f94a6a

View File

@ -61,7 +61,7 @@ if __name__ == "__main__":
vcpkg_triplet = "x64-osx"
elif sys.platform == "linux":
vcpkg_command = "./vcpkg"
vcpkg_packages_list.append("infoware[opengl]")
#vcpkg_packages_list.append("infoware[opengl]")
execute("chmod +x bootstrap-vcpkg.sh", vcpkg_path)
execute("./bootstrap-vcpkg.sh", vcpkg_path, False)
execute("chmod +x vcpkg", vcpkg_path)