-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Build universal binary on macOS (#7)
* Try build universal binary on macOS * Update to latest build script and remove prebuilt arm64 binary * Update buildscript * Properly use the correct makefile * Patching the source to work with xcode compiler * Fix copying output * Wrong line replace... * More simple makefile edit
- Loading branch information
Showing
5 changed files
with
69 additions
and
32 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
Submodule buildscripts
updated
6 files
+5 −1 | BuildContext.cs | |
+8 −4 | Tasks/PublishLibraryTask.cs | |
+13 −6 | Tasks/PublishPackageTask.cs | |
+17 −3 | Tasks/TestLinuxTask.cs | |
+60 −4 | Tasks/TestMacOSTask.cs | |
+25 −4 | Tasks/TestWindowsTask.cs |
Binary file not shown.