mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
wip
This commit is contained in:
parent
8d4201bd5f
commit
b08d06974a
1 changed files with 2 additions and 5 deletions
|
@ -100,11 +100,8 @@ build:
|
|||
CFLAGS: $CFLAGS -fPIC
|
||||
CXXFLAGS: $CXXFLAGS -fPIC
|
||||
darwin:
|
||||
# just so binutils doesn't step on them
|
||||
AR: /usr/bin/ar
|
||||
AS: /usr/bin/as
|
||||
NM: /usr/bin/nm
|
||||
RANLIB: /usr/bin/ranlib
|
||||
# just so we don't step on it
|
||||
LD: clang
|
||||
ARGS:
|
||||
# Reliance on CLT hard path is yuck.
|
||||
- --with-sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk
|
||||
|
|
Loading…
Reference in a new issue