-
-
Notifications
You must be signed in to change notification settings - Fork 451
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
macOS: rename MTA_LIB_EXTENSION to
.dylib
Also add net build support to install_data.lua
- Loading branch information
Showing
4 changed files
with
20 additions
and
4 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
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
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
c65b97f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Trying to download from "https://mirror.mtasa.com/bdata/net.dylib" give 404 error.
c65b97f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Short answer: Yes, unfortunately we do not have a macOS build server.
Long answer: Yes, unfortunately we do not have a macOS build server.
To compile on the build server, we could try one of the following things:
Alternatively, we could take advantage of GitHub Actions' pricing model for private repositories:
So, that's about 200 to 300 builds per month, depending on which developer hosts the mirror. Assuming a, say, 10 minute build time + Actions only being used for macOS builds.
Also, the net library probably doesn't compile on macOS.