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
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue