Fix inconsistent indentation

This commit is contained in:
Kamil Śliwak
2021-02-01 17:03:05 +01:00
parent c7d1e1911e
commit 6d44055556
5 changed files with 14 additions and 14 deletions
+4 -4
View File
@@ -62,10 +62,10 @@ fi
mkdir -p $BUILD_DIR
cd $BUILD_DIR
emcmake cmake \
-DCMAKE_BUILD_TYPE=Release \
-DBoost_USE_STATIC_LIBS=1 \
-DBoost_USE_STATIC_RUNTIME=1 \
-DTESTS=0 \
-DCMAKE_BUILD_TYPE=Release \
-DBoost_USE_STATIC_LIBS=1 \
-DBoost_USE_STATIC_RUNTIME=1 \
-DTESTS=0 \
..
make soljson
# Patch soljson.js for backwards compatibility.