File tree 1 file changed +8
-5
lines changed
1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -96,24 +96,27 @@ set BOOST_COMPILED_LIBS=--with-date_time^
96
96
--with-system^
97
97
--with-thread
98
98
99
- set BJAM_OPTIONS = toolset=%BJAM_TOOLSET% ^
99
+ set BJAM_OPTIONS_COMMON = toolset=%BJAM_TOOLSET% ^
100
100
variant=release^
101
101
link=static^
102
102
threading=multi^
103
103
runtime-link=static^
104
- define=BOOST_USE_WINAPI_VERSION=0x0501^
105
104
cxxflags=" /Zc:threadSafeInit- "
106
105
107
- set BJAM_OPTIONS_X64 = %BJAM_OPTIONS% ^
106
+ set BJAM_OPTIONS_X86 = %BJAM_OPTIONS_COMMON% ^
107
+ define=BOOST_USE_WINAPI_VERSION=0x0501
108
+
109
+ set BJAM_OPTIONS_X64 = %BJAM_OPTIONS_COMMON% ^
110
+ define=BOOST_USE_WINAPI_VERSION=0x0502^
108
111
address-model=64^
109
- --stagedir=stage_x64^
112
+ --stagedir=stage_x64
110
113
111
114
if %build_boost% == 1 (
112
115
cd /d %BOOST_ROOT%
113
116
if not exist bjam.exe call bootstrap.bat
114
117
if %ERRORLEVEL% NEQ 0 goto ERROR
115
118
116
- bjam %BJAM_OPTIONS % stage %BOOST_COMPILED_LIBS%
119
+ bjam %BJAM_OPTIONS_X86 % stage %BOOST_COMPILED_LIBS%
117
120
if %ERRORLEVEL% NEQ 0 goto ERROR
118
121
119
122
if %build_boost_x64% == 1 (
You can’t perform that action at this time.
0 commit comments