no need to rebuild these changes

This commit is contained in:
Max Howell 2022-08-31 14:05:21 -04:00
parent aabf818219
commit 39ee1d6721
3 changed files with 4 additions and 4 deletions

View file

@ -48,7 +48,7 @@ test:
tea.xyz/gx/cc: c99
freedesktop.org/pkg-config: ^0.29
script: |
cc $CFLAGS $LDFLAGS {{ pkg.pantry-prefix }}/test.c
cc $CFLAGS $LDFLAGS test.c
./a.out
env:
# using pkg-config as pixman puts its headers in `include/pixman-1`

View file

@ -24,5 +24,5 @@ test:
dependencies:
tea.xyz/gx/cc: c99
script: |
cc `xml2-config --cflags --libs` -o test {{ pkg.pantry-prefix }}/test.c
./test
cc `xml2-config --cflags --libs` test.c
./a.out

View file

@ -20,7 +20,7 @@ test:
freedesktop.org/pkg-config: ^0.29
tea.xyz/gx/cc: c99
script: |
cc {{ pkg.pantry-prefix }}/test.c -lpixman-1 $CFLAGS
cc test.c -lpixman-1 $CFLAGS
./a.out
env:
# using pkg-config as pixman puts its headers in `include/pixman-1`