package armadillo: re-enable build

This commit is contained in:
Tony Theodore 2013-04-25 14:56:51 +10:00
parent cd49713756
commit 37673046fc
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ define $(PKG)_UPDATE
head -1
endef
define $(PKG)_BUILD_DISABLED
define $(PKG)_BUILD
cd '$(1)' && cmake . -DCMAKE_TOOLCHAIN_FILE='$(CMAKE_TOOLCHAIN_FILE)'
$(MAKE) -C '$(1)' -j '$(JOBS)' install VERBOSE=1