Add 3rd-party repository as a submodule
By adding the 3rd-party repository as a submodule, we ensure users have all the 3rd-party required to build TIC-80. Also, if the 3rd party repository is updated, we will only need a single commit at TIC-80 repository to point to the newer head.
This commit is contained in:
@@ -5,7 +5,7 @@ LOCAL_CFLAGS += -O3 -Wall -std=c99 -D"log2(x)=(log(x)/log(2))"
|
||||
LOCAL_MODULE := main
|
||||
|
||||
SRC_PATH := ../../../../src
|
||||
THIRD_PARTY_PATH := ../../../../../3rd-party
|
||||
THIRD_PARTY_PATH := ../../../../3rd-party
|
||||
|
||||
LOCAL_C_INCLUDES := \
|
||||
$(LOCAL_PATH)/$(THIRD_PARTY_PATH)/SDL2-2.0.7/include \
|
||||
|
||||
Reference in New Issue
Block a user