-
Notifications
You must be signed in to change notification settings - Fork 9
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
MAC_SDK_VERSION 10.14 #3
MAC_SDK_VERSION 10.14 #3
Conversation
@antonsoroko when you increase SDK version. you increase minimum version of OS, that can run it. |
https://github.com/tpoechtrager/osxcross#deployment-target
looks like we can use more "high" version of sdk but define "lower" version of OS. will test. (also looks like be default even for 10.12 target should be 10.6) |
so libtorrent-go builds fine with 10.6 although it says but it will say the same with default settings but then elementum build fails with will try to increase the version. |
@antonsoroko Again, why you want to upgrade SDK version? Current SDK 10.12 is properly compiling Elementum. |
i mean, at some point we will need to update it again. so instead of waiting up until that point, we can "buy" ourselves some extra time. |
so, it works with OSX_VERSION_MIN=10.9 but i had to clear my golang build cache. we can close this PR and reopen it when needed, if you like. mostly - i just wanted to test how it works. |
@antonsoroko Sadly, to make sure everyone can run elementum, we have to use the oldest version, we can find. That is the reason of using old Debian, which can run on kernel 3.14. |
ok. |
macos version of elementum can be build with it.
for elgatito/plugin.video.elementum#758