Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 0 additions & 36 deletions patches/libdispatch-own-blocksruntime.patch

This file was deleted.

2 changes: 0 additions & 2 deletions phases/18-libdispatch.bat
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ cmake .. %CMAKE_OPTIONS% ^
-D INSTALL_PRIVATE_HEADERS=YES ^
-D CMAKE_CXX_FLAGS_RELWITHDEBINFO="/Zi" ^
-D CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO="/INCREMENTAL:NO /DEBUG /OPT:REF /OPT:ICF" ^
-D BlocksRuntime_INCLUDE_DIR=%INSTALL_PREFIX%\include ^
-D BlocksRuntime_LIBRARIES=%INSTALL_PREFIX%\lib\objc.lib ^
-D CMAKE_C_COMPILER=clang-cl ^
-D CMAKE_CXX_COMPILER=clang-cl ^
|| exit /b 1
Expand Down
1 change: 1 addition & 0 deletions phases/11-libobjc2.bat → phases/19-libobjc2.bat
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ echo ### Running cmake
:: GNUSTEP_CONFIG is set to empty string to prevent CMake from finding it in install root.
cmake .. %CMAKE_OPTIONS% ^
-D GNUSTEP_CONFIG= ^
-D EMBEDDED_BLOCKS_RUNTIME=OFF ^
|| exit /b 1

echo.
Expand Down
File renamed without changes.
File renamed without changes.
Loading