travis: Actually build for arm
Before this we cached the whole `external` directory, but that lead to stale files since the cache is checked out after the repository is cloned.
This commit is contained in:
committed by
Christian Decker
parent
e0aef66ce2
commit
601464416b
5
external/Makefile
vendored
5
external/Makefile
vendored
@@ -4,13 +4,12 @@ SUBMODULES = \
|
||||
external/jsmn \
|
||||
external/libbacktrace
|
||||
|
||||
TOP := ../..
|
||||
ifdef BUILD
|
||||
CROSSCOMPILE_OPTS := --host="$(MAKE_HOST)" --build="$(BUILD)"
|
||||
TARGET_DIR := external/"$(MAKE_HOST)"
|
||||
TOP := ../..
|
||||
else
|
||||
TARGET_DIR := external
|
||||
TOP := ..
|
||||
TARGET_DIR := external/"$(shell gcc -dumpmachine)"
|
||||
endif
|
||||
|
||||
LIBSODIUM_HEADERS := external/libsodium/src/libsodium/include/sodium.h
|
||||
|
||||
Reference in New Issue
Block a user