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 f1f92ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
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: 2 additions & 0 deletions src/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ if xapian_dep.found()
deps += [xapian_dep, icu_dep]
endif

inc += include_directories('D:\a\libzim\libzim\BUILD_native_static\INSTALL\include')

libzim = library('zim',
sources,
include_directories : inc,
Expand Down

0 comments on commit f1f92ba

Please sign in to comment.