Skip to content

Commit

Permalink
Merge remote-tracking branch 'van800/shakhov/macosx' into shakhov/macosx
Browse files Browse the repository at this point in the history
# Conflicts:
#	platform/windows/msvs.py
  • Loading branch information
van800 committed Mar 4, 2025
2 parents ef95056 + a8e89fb commit 49322d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion platform/windows/msvs.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ def get_build_prefix(env):
batch_file = methods.find_visual_c_batch_file(env)
return [
"cmd /V /C",
"^& set "plat=$(PlatformTarget)"",
"set "plat=$(PlatformTarget)"",
"^& (if "$(PlatformTarget)"=="x64" (set "plat=x86_amd64"))",
f"^& call "{batch_file}" !plat!",
"^&",
]

0 comments on commit 49322d1

Please sign in to comment.