fix(nodejs)

This commit is contained in:
Jacob Heider 2023-03-04 19:14:02 -05:00 committed by Jacob Heider
parent 77b3bcaca5
commit 0047bccbe7

View file

@ -38,6 +38,10 @@ build:
- --with-intl=system-icu
- --shared-openssl
- --shared-zlib
linux/x86-64:
CFLAGS: -fPIC
CXXFLAGS: -fPIC
LDFLAGS: -pie
test:
script: |