blob: 05a6f185fc73e3be9b5c242d6c7927053cef6bf3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
diff --git a/Source/Auxiliary/Scripts/CMake_Build.sh b/Source/Auxiliary/Scripts/CMake_Build.sh
old mode 100644
new mode 100755
index 71d993b..a3262c3
--- a/Source/Auxiliary/Scripts/CMake_Build.sh
+++ b/Source/Auxiliary/Scripts/CMake_Build.sh
@@ -49,8 +49,10 @@ if (echo "$*" | grep -iq -e "--enable-static"); then
CMakeShell="${CMakeShell}-DSTATIC_LIB=ON "
fi
CMakeShell="${CMakeShell}../Pcap_DNSProxy"
+echo ${CMakeShell}
+echo $MAKEFLAGS
${CMakeShell}
-make -j ${ThreadNum}
+make
cd ..
# Cleanup
|