Skip to content

Commit 3c1a725

Browse files
committed
fixed cSploitCommon include path for android
1 parent 29b8c0b commit 3c1a725

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Android.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ LOCAL_CFLAGS:= -Wall -Werror -DHAVE_NET_ETHERNET_H -DHAVE_LINUX_IF_ETHER_H \
2525
LOCAL_STATIC_LIBRARIES:= cSploitCommon_static cares
2626

2727
LOCAL_C_INCLUDES:= \
28-
cSploitCommon/\
28+
cSploitCommon/include\
2929
libcares/
3030

3131
LOCAL_SRC_FILES:= $(wildcard $(LOCAL_PATH)/*.c)

0 commit comments

Comments
 (0)