Don't run swig on non-lua branch
authorAri Johnson <iamtheari@gmail.com>
Fri, 25 Mar 2011 00:56:08 +0000 (20:56 -0400)
committerAri Johnson <iamtheari@gmail.com>
Fri, 25 Mar 2011 00:56:08 +0000 (20:56 -0400)
utils/preparedist.sh

index 4cf6d460b869a0a4bdda037c4c26f0f71ae76ce9..e2a6ac1bf0bc96d1559e2340bfb1a852f7630141 100755 (executable)
@@ -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/