mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2024-11-05 06:50:04 +00:00
fixed indent
This commit is contained in:
parent
4d437bcb34
commit
27df1bd7d0
6
Makefile
6
Makefile
@ -103,9 +103,9 @@ windows : CXXFLAGS=$(WIN_CXXFLAGS)
|
|||||||
windows : LDFLAGS=$(WIN_LDFLAGS)
|
windows : LDFLAGS=$(WIN_LDFLAGS)
|
||||||
windows : SERVER=$(WIN_SERVER)
|
windows : SERVER=$(WIN_SERVER)
|
||||||
windows :
|
windows :
|
||||||
ifneq ($(shell $(WIN_CXX) --version | head -1 | egrep -o [0-9]+ | tail -3 | head -1), 10)
|
ifneq ($(shell $(WIN_CXX) --version | head -1 | egrep -o [0-9]+ | tail -3 | head -1), 10)
|
||||||
WIN_CXX_OPT_DISABLES=$(WIN_CXX_VANILLA_MINGW_OPT_DISABLES)
|
WIN_CXX_OPT_DISABLES=$(WIN_CXX_VANILLA_MINGW_OPT_DISABLES)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
CXXFLAGS+= -DGIT_VERSION=\"$(shell git describe --tags)\"
|
CXXFLAGS+= -DGIT_VERSION=\"$(shell git describe --tags)\"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user