mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-07 03:22:33 +01:00
Disable infoware for now because it wont compile
This commit is contained in:
parent
613a4d435d
commit
f521f94a6a
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user