summaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/install.sh b/install.sh
index 9446ceb..abe08ca 100755
--- a/install.sh
+++ b/install.sh
@@ -20,10 +20,6 @@ then
exit 1
fi
-rm -fr "${blddir}"
-cmake -B"${blddir}" -DCMAKE_BUILD_TYPE="Release" -DZP_ENABLE_SYSTEM_CALLS="True" -DZP_LIBRARY_TYPE="Shared" -DZP_TARGET="$(./getTarget.sh)"
-cmake --build build
-
mkdir -pvm755 "${hdrdir}/zp/priv"
mkdir -pvm755 "${hdrdir}/zp/"{"bs","mem","str"}".d"
mkdir -pvm755 "${hdrdir}/zp/mth.d/"{"pair","vec2","vec3","vec4"}