Skip to content

Commit

Permalink
WIP Use fix_extra_lib_args for libkiwix
Browse files Browse the repository at this point in the history
  • Loading branch information
mgautierfr committed Jun 3, 2024
1 parent 8832888 commit e6209cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions appveyor/install_libkiwix.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ REM ========================================================
REM Install libkiwix
git clone https://github.com/kiwix/libkiwix.git || exit /b 1
cd libkiwix
git checkout fix_extra_lib_args || exit /b 1
set CPPFLAGS="-I%EXTRA_DIR%/include"
meson . build --prefix %EXTRA_DIR% --default-library static --buildtype release || exit /b 1
cd build
Expand Down

0 comments on commit e6209cb

Please sign in to comment.