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 :=
|
||||
ifneq ($(shell uname -s),Darwin)
|
||||
LIB += +lc++fs
|
||||
LIB += -lstdc++fs
|
||||
endif
|
||||
|
||||
# Create build dirs
|
||||
|
|
Loading…
Reference in New Issue