mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-03-16 10:14:39 +01:00
use "dynamic" header on mac
This commit is contained in:
parent
4c5d849c3f
commit
a3da5368e7
|
|
@ -36,7 +36,11 @@
|
|||
#include <jni.h>
|
||||
#include "../common_tools.h"
|
||||
|
||||
#ifdef _MACOSX
|
||||
#include "fmoddyn_mac.h"
|
||||
#else
|
||||
#include "fmoddyn.h"
|
||||
#endif
|
||||
#include "fmod_errors.h"
|
||||
|
||||
// Called to create an FMOD instance
|
||||
|
|
|
|||
Loading…
Reference in a new issue