Skip to content

Commit ddbb72d

Browse files
committed
use gcc >= 4.8 due to atomic macro requirements
1 parent 9f4a450 commit ddbb72d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Android.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
LOCAL_PATH := $(call my-dir)
22

3+
NDK_TOOLCHAIN_VERSION := 4.8
4+
35
#original path: libruby-static.a
46
include $(CLEAR_VARS)
57

0 commit comments

Comments
 (0)