From 37b39f4c4f79fe275bda18fdfa57c7bf8afcca7a Mon Sep 17 00:00:00 2001 From: Ari Johnson Date: Thu, 24 Mar 2011 20:56:08 -0400 Subject: [PATCH] Don't run swig on non-lua branch --- utils/preparedist.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/utils/preparedist.sh b/utils/preparedist.sh index 4cf6d46..e2a6ac1 100755 --- a/utils/preparedist.sh +++ b/utils/preparedist.sh @@ -19,10 +19,6 @@ chmod 755 utils/update.pl # Step 2: create auto-generated source/header files echo "Generating source and header files..." -cd src -swig -o mushlua_wrap.c -lua mushlua.i -cd .. - perl utils/mkcmds.pl all mv hdrs/cmds.h win32/ mv hdrs/switches.h win32/ -- 2.30.2