summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rwxr-xr-xbuild8
1 files changed, 6 insertions, 2 deletions
diff --git a/build b/build
index fdb2f9c..cf74f48 100755
--- a/build
+++ b/build
@@ -8,8 +8,12 @@ version = $$(printf '%s\n' '$(OPK_SOURCE_VERSION_UPSTREAM)' | \
nop:
build:
- (cd src && cmake -D CMAKE_INSTALL_PREFIX:PATH=/usr \
- -D STATIC_UBOX:BOOL=ON -D VERSION:STRING="$(version)" .)
+ (cd src && cmake \
+ -D CMAKE_INSTALL_PREFIX:PATH=/usr \
+ -D STATIC_UBOX:BOOL=ON \
+ -D BUILD_TESTS:BOOL=OFF \
+ -D VERSION:STRING="$(version)" \
+ .)
oh-autobuild
touch $@