Skip to content

Commit

Permalink
fix build on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
FunkyFr3sh committed Mar 30, 2024
1 parent 6c5bac9 commit 4dc8eb5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4dc8eb5

Please sign in to comment.