mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-07 03:22:33 +01:00
Fix arch
This commit is contained in:
parent
818987310b
commit
1bb3cd36b0
@ -51,7 +51,7 @@ if __name__ == "__main__":
|
|||||||
executable_file_suffix = ".exe"
|
executable_file_suffix = ".exe"
|
||||||
execute("download_ffmpeg.bat", project_source_path + "/Tools", False)
|
execute("download_ffmpeg.bat", project_source_path + "/Tools", False)
|
||||||
execute("bootstrap-vcpkg.bat", vcpkg_path, False)
|
execute("bootstrap-vcpkg.bat", vcpkg_path, False)
|
||||||
vcpkg_triplet = "x86-windows"
|
vcpkg_triplet = "x64-windows"
|
||||||
elif sys.platform == "darwin":
|
elif sys.platform == "darwin":
|
||||||
vcpkg_packages_list.append("infoware[opencl]")
|
vcpkg_packages_list.append("infoware[opencl]")
|
||||||
execute("bootstrap-vcpkg.sh", vcpkg_path, False)
|
execute("bootstrap-vcpkg.sh", vcpkg_path, False)
|
||||||
|
Loading…
Reference in New Issue
Block a user