This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
Carla
mirror of
https://github.com/falkTX/Carla
Watch
1
Star
0
Fork
0
Code
Releases
42
Activity
Browse Source
Try to fix i386 build
Signed-off-by: falkTX <falktx@falktx.com>
tags/v2.5.1
falkTX
2 years ago
parent
6bc9a90ebb
commit
e3b25116d6
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
2 changed files
with
3 additions
and
5 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-4
source/modules/ysfx/Makefile
+1
-1
source/native-plugins/external
+ 2
- 4
source/modules/ysfx/Makefile
View File
@@ -51,10 +51,8 @@ endif
ifeq ($(WINDOWS),true)
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
endif
+ 1
- 1
source/native-plugins/external
@@ -1 +1 @@
Subproject commit
47380b7e7e4bd32685ecc0a36e719c330bc9c1b3
Subproject commit
e32f21fe9947740592f29401ff2b3f1f951c1d56
Write
Preview
Loading…
Cancel
Save