Change PREFIX variable in HOST
This commit is contained in:
2
Makefile
2
Makefile
@@ -24,7 +24,7 @@ LDFLAGS+=-L./lib/wxsqlite3-1.9.9/lib/ -lwxcode_gtk2u_wxsqlite3-2.8
|
||||
LDFLAGS+=-L./lib/freechart/lib -lwxcode_gtk2u_freechart-2.8
|
||||
endif
|
||||
|
||||
CXX=$(PREFIX)g++
|
||||
CXX=$(HOST)g++
|
||||
|
||||
SOURCES=$(shell find src -name '*.cpp' -type f | tr '\n' ' ')
|
||||
HEADERS=$(shell find src -name '*.h' -type f)
|
||||
|
||||
Reference in New Issue
Block a user