File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ cd "%BUILD_DIR%" || exit /b 1
2222echo .
2323echo ### Running cmake
2424:: CXX and linker flags below are to produce PDBs for release builds.
25- :: BlocksRuntime parameters provided to use blocks runtime from libobjc2 with libdispatch-own-blocksruntime.patch.
2625:: libdispatch only supports building with clang-cl frontend.
2726cmake .. %CMAKE_OPTIONS% ^
2827 -D BUILD_SHARED_LIBS=YES ^
@@ -31,6 +30,7 @@ cmake .. %CMAKE_OPTIONS% ^
3130 -D CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO=" /INCREMENTAL:NO /DEBUG /OPT:REF /OPT:ICF" ^
3231 -D CMAKE_C_COMPILER=clang-cl ^
3332 -D CMAKE_CXX_COMPILER=clang-cl ^
33+ -D BlocksRuntime_INCLUDE_DIR=" %INSTALL_PREFIX% \include\BlocksRuntime" ^
3434 || exit /b 1
3535
3636echo .
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ echo ### Running cmake
1919cmake .. %CMAKE_OPTIONS% ^
2020 -D GNUSTEP_CONFIG= ^
2121 -D EMBEDDED_BLOCKS_RUNTIME=OFF ^
22+ -D BlocksRuntime_INCLUDE_DIR=" %INSTALL_PREFIX% \include\BlocksRuntime" ^
2223 || exit /b 1
2324
2425echo .
You can’t perform that action at this time.
0 commit comments