fix build on macos
This commit is contained in:
parent
6c5bac9058
commit
4dc8eb5f56
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -2,6 +2,7 @@
|
|||
|
||||
CC = i686-w64-mingw32-gcc
|
||||
CXX = i686-w64-mingw32-g++
|
||||
STRIP ?= i686-w64-mingw32-strip
|
||||
WINDRES ?= i686-w64-mingw32-windres
|
||||
LDFLAGS = -Wl,--enable-stdcall-fixup -s -static
|
||||
CFLAGS = -Iinc -O2 -march=i486 -Wall
|
||||
|
|
Loading…
Reference in a new issue