mirror of
https://github.com/BlackLight/neuralpp.git
synced 2025-07-08 16:28:07 +02:00
removed deprecated -lgcc_eh
This commit is contained in:
parent
0e55e02c3f
commit
88eb029a29
1 changed files with 1 additions and 1 deletions
|
@ -2,6 +2,6 @@ OSNAME := $(shell uname)
|
||||||
LDLIBS=
|
LDLIBS=
|
||||||
|
|
||||||
ifeq ($(OSNAME),Darwin)
|
ifeq ($(OSNAME),Darwin)
|
||||||
LDLIBS += -liconv -lgcc_eh
|
LDLIBS += -liconv
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue