mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-18 19:10:37 +00:00
port.h: temporarily disable hardfp postfix
This commit is contained in:
parent
4819790272
commit
90e4fbed31
@ -57,11 +57,11 @@ GNU General Public License for more details.
|
|||||||
#define OS_LIB_PREFIX "lib"
|
#define OS_LIB_PREFIX "lib"
|
||||||
|
|
||||||
#if defined(__ANDROID__)
|
#if defined(__ANDROID__)
|
||||||
#if defined(LOAD_HARDFP)
|
//#if defined(LOAD_HARDFP)
|
||||||
#define POSTFIX "_hardfp"
|
// #define POSTFIX "_hardfp"
|
||||||
#else
|
//#else
|
||||||
#define POSTFIX
|
#define POSTFIX
|
||||||
#endif
|
//#endif
|
||||||
|
|
||||||
// don't change these names
|
// don't change these names
|
||||||
#define MENUDLL "libmenu" POSTFIX "." OS_LIB_EXT
|
#define MENUDLL "libmenu" POSTFIX "." OS_LIB_EXT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user