#556 fix makefile err in some env
This commit is contained in:
parent
c2c61a5905
commit
ddd3cfa4bf
2
Makefile
2
Makefile
@ -6,7 +6,7 @@ defines=standard
|
||||
cxxstd=c++11
|
||||
# set cxxstd=any to disable use of -std=...
|
||||
|
||||
BUILD=build/make-$(CXX)-$(config)-$(defines)-$(cxxstd)
|
||||
BUILD=build/make-$(firstword $(CXX))-$(config)-$(defines)-$(cxxstd)
|
||||
|
||||
SOURCES=src/pugixml.cpp $(filter-out tests/fuzz_%,$(wildcard tests/*.cpp))
|
||||
EXECUTABLE=$(BUILD)/test
|
||||
|
Loading…
Reference in New Issue
Block a user