- added defaults for win

- define make variable for compiler
- fixed build path
This commit is contained in:
2023-04-26 10:52:13 +02:00
parent 5b4fa98f22
commit 35810d78bf
2 changed files with 19 additions and 9 deletions
+1 -1
View File
@@ -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}