mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-05-26 10:06:42 +08:00
Include SDL_build_config.h without a 'build_config/' prefix
This commit is contained in:
committed by
Anonymous Maarten
parent
702abfe7d5
commit
c298d2024a
+1
-1
@@ -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