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

Commit 772991e

Browse files
livecodealexmontegoulding
authored andcommitted
[[ Win 64 Standalone ]] Create x64 VS Soln.
1 parent 24b9ce2 commit 772991e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ REM When calling configure.bat from the command line, BUILD_EDITION is not defin
1313
IF NOT DEFINED BUILD_EDITION SET BUILD_EDITION="community"
1414

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

1818
REM Make sure TARGET_ARCH is always x86 or x86_64
1919

0 commit comments

Comments
 (0)