Skip to content

Commit

Permalink
Merge branch 'master' into libxml2-fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
hmelder authored Jun 20, 2024
2 parents f9fc444 + 9d4b852 commit 809da2b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 92 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@

This project comprises a collection of scripts to build a modern GNUstep toolchain for x64 or arm64 architectures using the Visual Studio toolchain and LLVM/Clang. The toolchain supports Objective-C 2.0 features like blocks and Automatic Reference Counting (ARC) and can be used to integrate Objective-C code in any native Windows app — including Visual Studio projects — using LLVM/Clang (without using MinGW).

The toolchain supports Windows 10 version 1903 or later.


## Libraries

Expand Down
91 changes: 0 additions & 91 deletions phases/15-icu.bat

This file was deleted.

3 changes: 2 additions & 1 deletion phases/16-libxml2.bat
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,6 @@ ninja || exit /b 1

echo.
echo ### Installing

:: libxml2-export.cmake is generated while installing libxml2
ninja install || exit /b 1
ninja install || exit /b 1

0 comments on commit 809da2b

Please sign in to comment.