package armadillo: disable build

This commit is contained in:
Tony Theodore 2013-04-20 16:51:19 +10:00
parent b3f04c0361
commit cfec1444d7
1 changed files with 1 additions and 1 deletions

View File

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