mirror of
https://github.com/zeux/pugixml.git
synced 2024-12-26 21:04:25 +08:00
Merge pull request #557 from jiangqucheng/master
#556 fix makefile err in some env
This commit is contained in:
commit
8a679cfe78
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…
x
Reference in New Issue
Block a user