-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Update almagation 3.36 and correct mac OS problem compilation #929
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov Report
@@ Coverage Diff @@
## master #929 +/- ##
=======================================
Coverage 46.80% 46.80%
=======================================
Files 11 11
Lines 1457 1457
=======================================
Hits 682 682
Misses 640 640
Partials 135 135 Continue to review full report at Codecov.
|
|
Thank you. I hope to update alamagation code my self. I'll merge your few commits in this PR in later. |
|
just sync my project with your repo and update to almagation 3.36. |
|
Addressed in #955 Why did you squashed or removed some commits for macOS? |
|
Because some of your tag and commit was missing in my fork. |
|
to correct macos native compilation (embbed in executable) |
|
Yes :) i will |
|
It's ok for me , all my test unit passed sucessfull passed with #955 |
Mac os compilation work with --tags="darwin libsqlite3" but not with --tags=darwin because assert is not defined with clang.
This PR correct this bug and now libsqlite3 can be included static (not only link with the libsqlite3).
I have also update the almagation to the latest 3.35.2 version