summaryrefslogtreecommitdiffstats
path: root/libcommuni/src/3rdparty/uchardet-0.0.1/script/debug.sh
diff options
context:
space:
mode:
Diffstat (limited to 'libcommuni/src/3rdparty/uchardet-0.0.1/script/debug.sh')
-rw-r--r--libcommuni/src/3rdparty/uchardet-0.0.1/script/debug.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/libcommuni/src/3rdparty/uchardet-0.0.1/script/debug.sh b/libcommuni/src/3rdparty/uchardet-0.0.1/script/debug.sh
deleted file mode 100644
index f85d69b..0000000
--- a/libcommuni/src/3rdparty/uchardet-0.0.1/script/debug.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-mkdir --parents debug \
-&& cd debug
-
-cmake \
- -DCMAKE_BUILD_TYPE=Debug \
- -DCMAKE_INSTALL_PREFIX=`pwd`/root \
- .. \
-&& make \
-&& make install