From 90e4fbed317f32c9ef8f5cc33e0c82ee5b1d87b0 Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Sun, 12 May 2019 03:00:50 +0300 Subject: [PATCH] port.h: temporarily disable hardfp postfix --- common/port.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/common/port.h b/common/port.h index 104ba6c2..3810f2ad 100644 --- a/common/port.h +++ b/common/port.h @@ -57,11 +57,11 @@ GNU General Public License for more details. #define OS_LIB_PREFIX "lib" #if defined(__ANDROID__) - #if defined(LOAD_HARDFP) - #define POSTFIX "_hardfp" - #else + //#if defined(LOAD_HARDFP) + // #define POSTFIX "_hardfp" + //#else #define POSTFIX - #endif + //#endif // don't change these names #define MENUDLL "libmenu" POSTFIX "." OS_LIB_EXT