util: Set DXTN_LIBNAME to libtxc_dxtn.dylib on Mac OS X.
This commit is contained in:
@@ -30,6 +30,8 @@
|
||||
|
||||
#if defined(_WIN32) || defined(WIN32)
|
||||
#define DXTN_LIBNAME "dxtn.dll"
|
||||
#elif defined(__APPLE__)
|
||||
#define DXTN_LIBNAME "libtxc_dxtn.dylib"
|
||||
#else
|
||||
#define DXTN_LIBNAME "libtxc_dxtn.so"
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user