-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update Lua 5.1 for Zig 0.10.0
A fix was made in the Zig compiler yesterday and now the Lua 5.1 code can be updated and tested.
- Loading branch information
1 parent
ab08ecf
commit bd78caf
Showing
3 changed files
with
22 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
test: | ||
# zig build test -Dversion=lua_51 | ||
zig build test -Dversion=lua_51 | ||
zig build test -Dversion=lua_52 | ||
zig build test -Dversion=lua_53 | ||
zig build test -Dversion=lua_54 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters