Browse Source

Set _FILE_OFFSET_BITS=64 for ysfx

Signed-off-by: falkTX <falktx@falktx.com>
tags/v2.5.0
falkTX 2 years ago
parent
commit
fc295224bf
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      source/modules/ysfx/Makefile

+ 4
- 4
source/modules/ysfx/Makefile View File

@@ -53,10 +53,10 @@ ifeq ($(WINDOWS),true)
YSFX_FLAGS += -DNOMINMAX
endif

# ifneq ($(CPU_I386),true)
# # NOTE: not compatible with MingGW, breaks win32_utf8
# YSFX_FLAGS += -D_FILE_OFFSET_BITS=64
# endif
ifneq ($(WINDOWS)$(CPU_I386),truetrue)
# NOTE: not compatible with MingGW, breaks win32_utf8
YSFX_FLAGS += -D_FILE_OFFSET_BITS=64
endif

ifeq ($(HAVE_YSFXGUI),true)
ifneq ($(MACOS_OR_WINDOWS),true)


Loading…
Cancel
Save