Skip to content

Commit

Permalink
Android.mk: remove the subdirectory from public header include path
Browse files Browse the repository at this point in the history
  • Loading branch information
sezero committed Sep 30, 2023
1 parent 4c6ae5d commit 32637cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ endif

LOCAL_SHARED_LIBRARIES := SDL3

LOCAL_EXPORT_C_INCLUDES += $(LOCAL_PATH)/include $(LOCAL_PATH)/include/SDL3
LOCAL_EXPORT_C_INCLUDES += $(LOCAL_PATH)/include

include $(BUILD_SHARED_LIBRARY)

Expand Down

0 comments on commit 32637cb

Please sign in to comment.