Browse Source

Try to fix i386 build

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

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

@@ -51,10 +51,8 @@ endif


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

ifeq (,$(findstring true,$(WINDOWS)$(CPU_I386)))
# NOTE: not compatible with MingGW or i386 systems
else
# Not compatible with MingGW
YSFX_FLAGS += -D_FILE_OFFSET_BITS=64 YSFX_FLAGS += -D_FILE_OFFSET_BITS=64
endif endif




+ 1
- 1
source/native-plugins/external

@@ -1 +1 @@
Subproject commit 47380b7e7e4bd32685ecc0a36e719c330bc9c1b3
Subproject commit e32f21fe9947740592f29401ff2b3f1f951c1d56

Loading…
Cancel
Save