fix build on macos

This commit is contained in:
FunkyFr3sh 2024-03-31 00:25:31 +01:00
parent 6c5bac9058
commit 4dc8eb5f56

View file

@ -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