Skip to content

Commit

Permalink
Merge pull request #131 from fjtrujy/update_lua
Browse files Browse the repository at this point in the history
Update Lua to 5.4.6
  • Loading branch information
uyjulian authored Dec 27, 2023
2 parents 596bc98 + 360e11e commit a01ac8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ libtiff:

lua:
rm -rf $@
git clone --depth 1 -b ee-v5.4.4 https://github.com/ps2dev/lua
git clone --depth 1 -b ee-v5.4.6 https://github.com/ps2dev/lua
$(MAKE) -C $@ all platform=PS2
$(MAKE) -C $@ install platform=PS2
$(MAKE) -C $@ clean platform=PS2
Expand Down

0 comments on commit a01ac8a

Please sign in to comment.