mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-07 23:44:06 +00:00
use "dynamic" header on mac
This commit is contained in:
parent
4c5d849c3f
commit
a3da5368e7
1 changed files with 4 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue