Skip to content

Commit 95fb0f4

Browse files
committed
Fix typo in android.mk
1 parent eec090c commit 95fb0f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jsbindings/Android.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ LOCAL_EXPORT_CFLAGS := -DCOCOS2D_JAVASCRIPT
2121
LOCAL_C_INCLUDES := $(LOCAL_PATH)/manual \
2222
$(LOCAL_PATH)/auto \
2323
$(LOCAL_PATH)/../../cocos \
24-
$(LOCAL_PATH)/../protocals/include
24+
$(LOCAL_PATH)/../protocols/include
2525

2626
LOCAL_EXPORT_C_INCLUDES := $(LOCAL_PATH)/manual \
2727
$(LOCAL_PATH)/auto

0 commit comments

Comments
 (0)