Skip to content

Commit c03217f

Browse files
author
Jason Mobarak
committed
Run the install target too
1 parent be3f498 commit c03217f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ docker run -i -t --rm \
2323
-v $PWD/build:/work/build \
2424
-v $PWD/output/opt:/opt \
2525
arm-llvm-obf:base \
26-
/bin/bash -c "cd /work/build && $CMAKE_COMMAND && ninja -v"
26+
/bin/bash -c "cd /work/build && $CMAKE_COMMAND && ninja -v && ninja -v install"

0 commit comments

Comments
 (0)