* fix(node)

closes #3608

* wip
This commit is contained in:
Jacob Heider 2023-10-10 16:29:57 -04:00 committed by GitHub
parent 7280d08c48
commit 71ceb9b4e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,6 +25,7 @@ build:
# otherwise, we hit https://reviews.llvm.org/D131307
linux:
llvm.org: '<16'
gnu.org/make: '*'
python.org: '>=3.7<3.11'
freedesktop.org/pkg-config: ^0.29
script: |
@ -38,6 +39,10 @@ build:
- --with-intl=system-icu
- --shared-openssl
- --shared-zlib
linux:
CC: clang
CXX: clang++
AS: llvm-as
linux/x86-64:
CFLAGS: -fPIC
CXXFLAGS: -fPIC