Physics: Fix linking
This commit is contained in:
parent
b7a383d68c
commit
49f4df6496
|
|
@ -41,7 +41,7 @@
|
|||
#if defined(NAZARA_STATIC)
|
||||
#define NAZARA_PHYSICS3D_API
|
||||
#else
|
||||
#ifdef NAZARA_PHYSICS_BUILD
|
||||
#ifdef NAZARA_PHYSICS3D_BUILD
|
||||
#define NAZARA_PHYSICS3D_API NAZARA_EXPORT
|
||||
#else
|
||||
#define NAZARA_PHYSICS3D_API NAZARA_IMPORT
|
||||
|
|
|
|||
Loading…
Reference in New Issue