mirror of
https://github.com/BlackLight/neuralpp.git
synced 2025-02-17 16:53:47 +01: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
Reference in a new issue