1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-14 22:42:34 +02:00
This commit is contained in:
Elias Steurer 2021-05-16 16:34:05 +02:00
parent 818987310b
commit 1bb3cd36b0

View File

@ -51,7 +51,7 @@ if __name__ == "__main__":
executable_file_suffix = ".exe"
execute("download_ffmpeg.bat", project_source_path + "/Tools", False)
execute("bootstrap-vcpkg.bat", vcpkg_path, False)
vcpkg_triplet = "x86-windows"
vcpkg_triplet = "x64-windows"
elif sys.platform == "darwin":
vcpkg_packages_list.append("infoware[opencl]")
execute("bootstrap-vcpkg.sh", vcpkg_path, False)