aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--development/ispc/ispc.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/development/ispc/ispc.SlackBuild b/development/ispc/ispc.SlackBuild
index cbe6c1fae0..1221380b54 100644
--- a/development/ispc/ispc.SlackBuild
+++ b/development/ispc/ispc.SlackBuild
@@ -102,7 +102,7 @@ cd build
-DISPC_STATIC_LINK=OFF \
-DISPCRT_BUILD_STATIC=OFF \
-DCMAKE_BUILD_TYPE=Release ..
- make
+ make -1
make install/strip DESTDIR=$PKG
cd ..