Skip to content
Snippets Groups Projects
Commit 31076f88 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Fix mingw32 some more.

parent 1a853b28
Branches
Tags
No related merge requests found
Pipeline #5879 passed
......@@ -219,7 +219,7 @@ gcc_machine := $(findstring mingw32,$(shell ${CC} -dumpmachine))
gcc_w64 := $(findstring w64,$(shell ${CC} -dumpmachine))
ifeq ($(gcc_machine),mingw32)
os := Win32
CFLAGS += -DMSVCRT_VERSION=0x0800 -m32 -DDISABLE_MKSTEMP_DEFINE
CFLAGS += -DMSVCRT_VERSION=0x0800 -m32
ifeq ($(gcc_w64),w64)
CFLAGS += -DDISABLE_MKSTEMP_DEFINE
endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment