mirror of
https://github.com/reactos/CMake.git
synced 2024-11-26 04:50:24 +00:00
fix CXXFLAGS
This commit is contained in:
parent
8a5cef0695
commit
7950871fcb
@ -52,5 +52,5 @@ cmSourceGroup.o : $(DEPENDS)
|
||||
|
||||
|
||||
cmake: ${OBJS}
|
||||
${CXX} ${OBJS} ${CXX_FLAGS} -o cmake
|
||||
${CXX} ${OBJS} ${CXXFLAGS} -o cmake
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user