Skip to content

Commit

Permalink
ffi: only -I with pkgconf
Browse files Browse the repository at this point in the history
  • Loading branch information
tesuji committed May 6, 2024
1 parent 39b1fa0 commit 6ae2422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ribus/gen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ bindgen \
--no-doc-comments \
-- \
--std=c99 \
$(pkg-config --cflags ibus-1.0)
$(pkg-config --cflags-only-I ibus-1.0)

0 comments on commit 6ae2422

Please sign in to comment.