Skip to content

Commit

Permalink
Use the full path for the SDL include directory
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Jun 2, 2013
1 parent 6bab307 commit e2aa9c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Android.mk
Expand Up @@ -20,7 +20,7 @@ SUPPORT_WEBP := true
WEBP_LIBRARY_PATH := external/libwebp-0.3.0


LOCAL_C_INCLUDES := $(LOCAL_PATH)/../SDL/include
LOCAL_C_INCLUDES := $(NDK_PROJECT_PATH)/jni/SDL/include
LOCAL_CFLAGS := -DLOAD_BMP -DLOAD_GIF -DLOAD_LBM -DLOAD_PCX -DLOAD_PNM \
-DLOAD_TGA -DLOAD_XCF -DLOAD_XPM -DLOAD_XV
LOCAL_CFLAGS += -O3 -fstrict-aliasing -fprefetch-loop-arrays
Expand Down

0 comments on commit e2aa9c9

Please sign in to comment.