mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
parent
7280d08c48
commit
71ceb9b4e1
1 changed files with 5 additions and 0 deletions
|
@ -25,6 +25,7 @@ build:
|
||||||
# otherwise, we hit https://reviews.llvm.org/D131307
|
# otherwise, we hit https://reviews.llvm.org/D131307
|
||||||
linux:
|
linux:
|
||||||
llvm.org: '<16'
|
llvm.org: '<16'
|
||||||
|
gnu.org/make: '*'
|
||||||
python.org: '>=3.7<3.11'
|
python.org: '>=3.7<3.11'
|
||||||
freedesktop.org/pkg-config: ^0.29
|
freedesktop.org/pkg-config: ^0.29
|
||||||
script: |
|
script: |
|
||||||
|
@ -38,6 +39,10 @@ build:
|
||||||
- --with-intl=system-icu
|
- --with-intl=system-icu
|
||||||
- --shared-openssl
|
- --shared-openssl
|
||||||
- --shared-zlib
|
- --shared-zlib
|
||||||
|
linux:
|
||||||
|
CC: clang
|
||||||
|
CXX: clang++
|
||||||
|
AS: llvm-as
|
||||||
linux/x86-64:
|
linux/x86-64:
|
||||||
CFLAGS: -fPIC
|
CFLAGS: -fPIC
|
||||||
CXXFLAGS: -fPIC
|
CXXFLAGS: -fPIC
|
||||||
|
|
Loading…
Reference in a new issue