Another gcc13 compat fix, update carla
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
c2510299d4
commit
ffba8c553e
2 changed files with 4 additions and 1 deletions
2
carla
2
carla
|
@ -1 +1 @@
|
|||
Subproject commit e924e19f25367d5009e0e068b59d9f46794ac41b
|
||||
Subproject commit 051c15680936c4b72a7d41e1edbee2b47741553c
|
3
deps/Makefile
vendored
3
deps/Makefile
vendored
|
@ -258,6 +258,9 @@ SURGE_NAMES = HysteresisProcessing Patch SolverType Tunings Wavetable clouds ghc
|
|||
SURGE_CXX_FLAGS = $(filter-out -fsingle-precision-constant,$(filter-out -std=gnu++11,$(BUILD_CXX_FLAGS)))
|
||||
SURGE_CXX_FLAGS += $(foreach n,$(SURGE_NAMES),-D$(n)=surgext$(n))
|
||||
|
||||
# fix build with gcc13
|
||||
SURGE_CXX_FLAGS += -include cstdint
|
||||
|
||||
# fix JUCE build https://github.com/juce-framework/JUCE/issues/374
|
||||
ifeq ($(CPU_I386),true)
|
||||
SURGE_CXX_FLAGS += -D__sigemptyset=sigemptyset
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue