mirror of
https://github.com/ivabus/pantry
synced 2024-11-26 18:25:08 +03:00
fix(nodejs)
This commit is contained in:
parent
77b3bcaca5
commit
0047bccbe7
1 changed files with 4 additions and 0 deletions
|
@ -38,6 +38,10 @@ build:
|
||||||
- --with-intl=system-icu
|
- --with-intl=system-icu
|
||||||
- --shared-openssl
|
- --shared-openssl
|
||||||
- --shared-zlib
|
- --shared-zlib
|
||||||
|
linux/x86-64:
|
||||||
|
CFLAGS: -fPIC
|
||||||
|
CXXFLAGS: -fPIC
|
||||||
|
LDFLAGS: -pie
|
||||||
|
|
||||||
test:
|
test:
|
||||||
script: |
|
script: |
|
||||||
|
|
Loading…
Reference in a new issue