summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-04-04 17:22:56 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-04-04 17:22:56 (EDT)
commit0a6297704ab6d1fc961524b274e6c3395199bddd (patch)
tree3e8667df1a613a78f486c8583ecd74ddd1ef51cc
parentd5f6c1c1c56ba2d7c017398031ad10eba7087297 (diff)
build: Fix missing backslash
-rwxr-xr-xbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/build b/build
index cd5263a..b6996ee 100755
--- a/build
+++ b/build
@@ -10,7 +10,7 @@ nop:
build:
(cd src && cmake \
-D CMAKE_INSTALL_PREFIX:PATH=/usr \
- -D CONF_FILE:STRING=/etc/opkg/opkg.conf
+ -D CONF_FILE:STRING=/etc/opkg/opkg.conf \
-D STATIC_UBOX:BOOL=ON \
-D BUILD_TESTS:BOOL=OFF \
-D VERSION:STRING="$(version)" \