separate the C compiler flags and C++ compiler flags where needed
This commit is contained in:
@@ -38,7 +38,7 @@ SYSCFLAGS=-DLUA_USE_POSIX
|
||||
LINK=g++
|
||||
CXX=g++ -std=gnu++11
|
||||
|
||||
QTCXXFLAGS = $(CFLAGS)
|
||||
CCXXFLAGS = $(CFLAGS)
|
||||
|
||||
WINSRC = $(WINQTSRC)
|
||||
WINOBJ = $(WINQTOBJ)
|
||||
|
||||
Reference in New Issue
Block a user