mirror of
https://github.com/ivabus/pantry
synced 2024-11-26 18:25:08 +03:00
fix(x11)
This commit is contained in:
parent
eaa25b10fb
commit
ea7358b9b4
1 changed files with 6 additions and 3 deletions
|
@ -36,6 +36,9 @@ build:
|
|||
- --enable-xthreads
|
||||
- --enable-specs=no
|
||||
|
||||
test: |
|
||||
cc fixture.c -lX11
|
||||
./a.out
|
||||
test:
|
||||
dependencies:
|
||||
tea.xyz/gx/cc: c99
|
||||
script: |
|
||||
cc fixture.c -lX11
|
||||
./a.out
|
||||
|
|
Loading…
Reference in a new issue