Skip to content

Commit

Permalink
Use a native_file.txt to set our binaries on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
mgautierfr committed Dec 5, 2023
1 parent 84d80dc commit e6faa02
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/windows_native_file.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[binaries]
c = 'cl.exe'
cpp = 'cl.exe'
pkg-config = 'C:\\hostedtoolcache\\windows\\Python\\3.10.11\\x64\\Scripts\\pykg-config.py'
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,8 @@ jobs:
PKG_CONFIG_PATH: BUILD_native_mixed\INSTALL\lib\pkgconfig;BUILD_native_static\INSTALL\lib\pkgconfig
CC: cl.exe
CXX: cl.exe
PATH: C:\hostedtoolcache\windows\Python\3.10.11\x64\Scripts
run: |
meson.exe setup build . -Ddefault_library=static
meson.exe setup build . -Ddefault_library=static --native-file .github\\windows_native_file.txt
type build/meson-logs/meson-log.txt
meson.exe compile -C build --verbose
Expand Down

0 comments on commit e6faa02

Please sign in to comment.