Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
Add flag to build x86_64 version on Windows for ARM
Browse files Browse the repository at this point in the history
  • Loading branch information
olliepop777 committed Aug 2, 2024
1 parent ede4ddc commit d3e0969
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# Basic Usage: python3 build.py
# Help: python3 build.py --help

BIFROST_JSON_VERSION = "1.0.1"
BIFROST_JSON_VERSION = "1.0.2"

PLATFORM_INFO = {
"Windows": {
Expand Down Expand Up @@ -189,6 +189,7 @@ def set_windows_compiler():
)
)
build_args += ["-T v142"]
build_args += ["-A x64"]
return build_args

def get_macOS_architecture(is_release, bif_install_version, maya_install_version):
Expand Down

0 comments on commit d3e0969

Please sign in to comment.