Skip to content

Commit

Permalink
update build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
sniper00 committed Oct 29, 2024
1 parent a8c8a6c commit 103a97c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Moon is a lightweight game server framework based on the actor model. One worker

# Quick Start

[Download Pre-Built Binaries](https://github.com/sniper00/laux/releases/tag/prebuilt)
[Download Pre-Built Binaries](https://github.com/sniper00/moon-extensions/releases/tag/prebuilt)



Expand Down
1 change: 1 addition & 0 deletions premake5.lua
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,7 @@ newaction {
]])
end,
macosx = function ()
os.execute("brew install premake")
os.execute("premake5 gmake2 --cc=clang")
os.execute("make -j4 config=release")
end,
Expand Down

0 comments on commit 103a97c

Please sign in to comment.