Skip to content

Commit

Permalink
Hard set include dir
Browse files Browse the repository at this point in the history
  • Loading branch information
mgautierfr committed Dec 5, 2023
1 parent 3eecf4e commit 2dc211f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ jobs:
PKG_CONFIG_PATH: BUILD_native_mixed\INSTALL\lib\pkgconfig;BUILD_native_static\INSTALL\lib\pkgconfig
CC: cl.exe
CXX: cl.exe
CFLAGS: -IBUILD_native_static\INSTALL\include
run: |
meson.exe setup build . -Ddefault_library=static
type build/meson-logs/meson-log.txt
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public_conf.set('LIBZIM_WITH_XAPIAN', xapian_dep.found())
pkg_requires = ['liblzma', 'libzstd']
if build_machine.system() == 'windows'
extra_link_args = ['-lRpcrt4', '-lWs2_32', '-lwinmm', '-licuuc', '-licuin']
extra_cpp_args = ['-DSORTPP_PASS']
extra_cpp_args = ['-DSORTPP_PASS', '-ID:\\a\\libzim\\libzim\\BUILD_native_static\\INSTALL\\include']
else
extra_link_args = []
extra_cpp_args = []
Expand Down

0 comments on commit 2dc211f

Please sign in to comment.