Include SDL_build_config.h without a 'build_config/' prefix
This commit is contained in:
committed by
Anonymous Maarten
parent
702abfe7d5
commit
c298d2024a
@@ -10,7 +10,7 @@ include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_MODULE := SDL3
|
||||
|
||||
LOCAL_C_INCLUDES := $(LOCAL_PATH)/include $(LOCAL_PATH)/src
|
||||
LOCAL_C_INCLUDES := $(LOCAL_PATH)/include $(LOCAL_PATH)/include/build_config $(LOCAL_PATH)/src
|
||||
|
||||
LOCAL_EXPORT_C_INCLUDES := $(LOCAL_PATH)/include
|
||||
|
||||
|
||||
Reference in New Issue
Block a user