Skip to content

Commit

Permalink
Add <LuaJIT>/android/<arch> to exported include directories.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikuAuahDark committed Nov 25, 2023
1 parent d9ea1f6 commit 8bbe71a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion love/src/jni/LuaJIT-2.1/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ include $(CLEAR_VARS)

LOCAL_MODULE := libluajit
LOCAL_SRC_FILES := android/$(TARGET_ARCH_ABI)/libluajit.a
LOCAL_EXPORT_C_INCLUDES := ${LOCAL_PATH}/src
LOCAL_EXPORT_C_INCLUDES := ${LOCAL_PATH}/src ${LOCAL_PATH}/android/$(TARGET_ARCH_ABI)

include $(PREBUILT_STATIC_LIBRARY)

0 comments on commit 8bbe71a

Please sign in to comment.