mirror of https://github.com/zeldaret/tmc.git
fix lib
This commit is contained in:
parent
8c12094f47
commit
07f9dac0a3
|
@ -14,7 +14,7 @@ INCLUDES = -I./
|
||||||
|
|
||||||
LIB :=
|
LIB :=
|
||||||
ifneq ($(shell uname -s),Darwin)
|
ifneq ($(shell uname -s),Darwin)
|
||||||
LIB += +lc++fs
|
LIB += -lstdc++fs
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Create build dirs
|
# Create build dirs
|
||||||
|
|
Loading…
Reference in New Issue