- added defaults for win
- define make variable for compiler - fixed build path
This commit is contained in:
+1
-1
@@ -27,4 +27,4 @@ CCC=i686-w64-mingw32-g++
|
||||
CXX=i686-w64-mingw32-g++
|
||||
AS=i686-w64-mingw32-as
|
||||
|
||||
BUILD_DIR ?= ./build/$(ARCH)/${CONFIG}
|
||||
BUILD_DIR ?= $(PWD)/build/$(ARCH)/${CONFIG}
|
||||
|
||||
Reference in New Issue
Block a user