mirror of
https://github.com/geode-sdk/geode.git
synced 2025-03-23 03:15:58 -04:00
disable FMODFix on macos, temporarily
do this until we figure out what causes the few previous commits to not build on mac
This commit is contained in:
parent
9d87659d26
commit
4e130c9b3b
1 changed files with 5 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
|||
#include <Geode/Geode.hpp>
|
||||
|
||||
// uncomment whenever macos stops complaining about fmod link errors
|
||||
#ifndef GEODE_IS_MACOS
|
||||
|
||||
using namespace geode::prelude;
|
||||
|
||||
auto g_systemInitialized = false;
|
||||
|
@ -63,3 +66,5 @@ struct AndroidFMODFix : Modify<AndroidFMODFix, FMODAudioEngine> {
|
|||
}
|
||||
};
|
||||
*/
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue