mirror of
https://github.com/BlackLight/neuralpp.git
synced 2025-06-21 17:56:11 +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=
|
||||
|
||||
ifeq ($(OSNAME),Darwin)
|
||||
LDLIBS += -liconv -lgcc_eh
|
||||
LDLIBS += -liconv
|
||||
endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue