Skip to content

Commit

Permalink
fix zig path on msys2 env
Browse files Browse the repository at this point in the history
  • Loading branch information
DerryAlex committed Aug 12, 2024
1 parent 5bc4460 commit ae03997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/abi/ci.bat
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
msys2 -c 'zig translate-c -cflags $(pkg-config --cflags gtk4) -- c_win.h -I/ucrt64/include >c_win.zig'
msys2 -c '/clang64/bin/zig translate-c -cflags $(pkg-config --cflags gtk4) -- c_win.h -I/ucrt64/include >c_win.zig'
patch c_win.zig c_win.patch

0 comments on commit ae03997

Please sign in to comment.