Skip to content

Commit

Permalink
修正linux扩展名
Browse files Browse the repository at this point in the history
  • Loading branch information
sumneko committed May 14, 2024
1 parent 0bc944c commit 1eddb46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions make.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pushd 3rd/luamake
./compile/build.sh
popd
if [ -z "$1" ]; then
3rd/luamake/luamake.exe rebuild
3rd/luamake/luamake rebuild
else
3rd/luamake/luamake.exe rebuild --platform "$1"
3rd/luamake/luamake rebuild --platform "$1"
fi

0 comments on commit 1eddb46

Please sign in to comment.