You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(Generated via prompt "Here are CMake options, give me a command line that sets all ON options with -DOPTION=OFF to off" + manual check for correctness ;))
Add -Dosal=PLATFORM (PLATFORM = embedded or cpp11) depending on the system.
Uh oh!
There was an error while loading. Please reload this page.
Next fluidsynth version adds an abstraction layer that is either for embedded
-Dosal=embedded
of for C++11-Dosal=cpp11
(FluidSynth/fluidsynth#1570).cpp11 is useful for our desktop/mobile platforms and embedded for homebrew (because thread and mutex implementation is broken).
Currently embedded lacks big endian support but I'll submit a patch upstream to get this in.
Required changes
shared/patched.sh
manually specifiy all theOFF
options:(Generated via prompt "Here are CMake options, give me a command line that sets all ON options with -DOPTION=OFF to off" + manual check for correctness ;))
-Dosal=PLATFORM
(PLATFORM = embedded or cpp11) depending on the system.Edit: patch submitted FluidSynth/fluidsynth#1575
The text was updated successfully, but these errors were encountered: