Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

Commit

Permalink
[[ Win 64 Standalone ]] Create x64 VS Soln.
Browse files Browse the repository at this point in the history
  • Loading branch information
livecodealex committed Dec 11, 2018
1 parent f78b453 commit 75feebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.bat
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ REM When calling configure.bat from the command line, BUILD_EDITION is not defin
IF NOT DEFINED BUILD_EDITION SET BUILD_EDITION="community"

REM Target architecture currently defaults to 32-bit x86
IF NOT DEFINED TARGET_ARCH SET TARGET_ARCH=x86
IF NOT DEFINED TARGET_ARCH SET TARGET_ARCH=x64

REM Make sure TARGET_ARCH is always x86 or x86_64

Expand Down

0 comments on commit 75feebe

Please sign in to comment.