We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abc0e43 commit 30c1055Copy full SHA for 30c1055
default/scripts/btor2tools.sh
@@ -11,6 +11,6 @@ cmake .. \
11
-DBUILD_SHARED_LIBS=OFF \
12
-DCMAKE_INSTALL_PREFIX=${INSTALL_PREFIX} \
13
-DCMAKE_TOOLCHAIN_FILE=${CMAKE_TOOLCHAIN_FILE} \
14
- -DCMAKE_POSITION_INDEPENDENT_CODE=ON
+ -DCMAKE_POSITION_INDEPENDENT_CODE=ON -DBUILD_TOOLS=ON
15
16
make DESTDIR=${OUTPUT_DIR} -j${NPROC} install
0 commit comments