Skip to content

Commit

Permalink
I should chmod +x these
Browse files Browse the repository at this point in the history
  • Loading branch information
tilkinsc committed Dec 31, 2017
1 parent d0a0fdf commit 838e1f2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ fi
mkdir -p $root
mkdir -p $root/res

chmod +x lua
chmod +x luaw
chmod +x lua_add
chmod +x luaw_add

mv *.o $objdir
mv lua $root
mv luaw $root
Expand Down

0 comments on commit 838e1f2

Please sign in to comment.