mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2025-11-29 17:38:24 +08:00
14 lines
459 B
Diff
14 lines
459 B
Diff
diff --git a/dep/g3dlite/include/G3D/platform.h b/dep/g3dlite/include/G3D/platform.h
|
|
index c8d2f0b..11093f4 100644
|
|
--- a/dep/g3dlite/include/G3D/platform.h
|
|
+++ b/dep/g3dlite/include/G3D/platform.h
|
|
@@ -57,7 +57,7 @@
|
|
#elif defined(__linux__)
|
|
#define G3D_LINUX
|
|
#elif defined(__APPLE__)
|
|
- #define G3D_OSX
|
|
+ #define G3D_LINUX
|
|
|
|
// Prevent OS X fp.h header from being included; it defines
|
|
// pi as a constant, which creates a conflict with G3D
|