mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
fix(swig)
closes #4674 looks like `cc` might be picking up native `gcc` on arch.
This commit is contained in:
parent
291c38f095
commit
c0011da069
1 changed files with 1 additions and 1 deletions
|
@ -27,4 +27,4 @@ test:
|
|||
ruby-lang.org: ^3
|
||||
script: |
|
||||
swig -ruby fixture.i
|
||||
cc -c -fPIC -fdeclspec fixture.c fixture_wrap.c
|
||||
clang -c -fPIC -fdeclspec fixture.c fixture_wrap.c
|
||||
|
|
Loading…
Reference in a new issue