mirror of
https://github.com/status-im/macdylibbundler.git
synced 2025-02-17 13:27:07 +00:00
remove unnecessary linking flag in Makefile
This commit is contained in:
parent
3db663bfa2
commit
fd0d9cd701
2
Makefile
2
Makefile
@ -3,7 +3,7 @@ PREFIX=/usr/local
|
||||
CXX=clang++
|
||||
LD=$(shell xcrun -f clang++)
|
||||
CXXFLAGS=-c -pipe -stdlib=libc++ -O2 -std=c++17 -arch x86_64 -mmacosx-version-min=10.13
|
||||
LDFLAGS=-stdlib=libc++ -std=c++17 -Wl,-dead_strip -Wl,-headerpad_max_install_names -arch x86_64 -mmacosx-version-min=10.13
|
||||
LDFLAGS=-stdlib=libc++ -std=c++17 -Wl,-dead_strip -arch x86_64 -mmacosx-version-min=10.13
|
||||
LDLIBS=
|
||||
|
||||
all: dylibbundler
|
||||
|
Loading…
x
Reference in New Issue
Block a user