From 5cec47a9db7b992fdffb2d9d767c869b3ef428cf Mon Sep 17 00:00:00 2001 From: Nguyen Anh Quynh Date: Fri, 1 Feb 2019 13:50:18 +0800 Subject: [PATCH] fix cmake-x86.sh --- cmake-x86.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake-x86.sh b/cmake-x86.sh index 5e0a2bf0..a5ec1f87 100755 --- a/cmake-x86.sh +++ b/cmake-x86.sh @@ -3,7 +3,7 @@ # By Nguyen Anh Quynh, 2019 # Uncomment below line to compile in Diet mode -# cmake -DCMAKE_BUILD_TYPE=Release -DCAPSTONE_BUILD_DIET=ON -DCAPSTONE_X86_ONLY=1 -G "NMake Makefiles" .. +# cmake -DCMAKE_BUILD_TYPE=Release -DCAPSTONE_BUILD_DIET=ON -DCAPSTONE_X86_ONLY=1 .. cmake -DCMAKE_BUILD_TYPE=Release -DCAPSTONE_X86_ONLY=1 ..