Fixed spacing
This commit is contained in:
parent
3851a4c2db
commit
2d82727565
|
@ -16,12 +16,12 @@ else
|
||||||
ifeq ($(UNAME_S), Darwin)
|
ifeq ($(UNAME_S), Darwin)
|
||||||
|
|
||||||
linklibs = -lpthread
|
linklibs = -lpthread
|
||||||
else
|
else
|
||||||
# MSVC
|
# MSVC
|
||||||
linklibs = -lrt -lpthread
|
linklibs = -lrt -lpthread
|
||||||
# MinGW
|
# MinGW
|
||||||
#linklibs = -lversion -lpthread
|
#linklibs = -lversion -lpthread
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
%.o: ../oscar64/%.cpp
|
%.o: ../oscar64/%.cpp
|
||||||
|
|
Loading…
Reference in New Issue