1
0
mirror of https://github.com/FunkyFr3sh/cnc-ddraw.git synced 2025-03-14 22:03:27 +01:00

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