port.h: temporarily disable hardfp postfix

This commit is contained in:
Alibek Omarov 2019-05-12 03:00:50 +03:00
parent 4819790272
commit 90e4fbed31
1 changed files with 4 additions and 4 deletions

View File

@ -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