Skip to content
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

Try to locate a usable SDK without specifying one in the script. #22

Closed
wants to merge 1 commit into from
Closed

Conversation

martinpaljak
Copy link
Sponsor Contributor

Also remove universal binary support (gone since October 2013, OSX 10.9)

Most software targets 10.9+ anyway.

Also remove universal binary support (gone since October 2013, OSX 10.9)
@LudovicRousseau
Copy link
Owner

If libusb-1.0.a is not a universal binary (that should be the case on your Mac) then no SDK is used.

A specific SDK is used only if libusb-1.0.a is a universal binary (so with i386 and x86_64 binaries) and then using the 10.8 SDK in that case makes sens.
I agree I have not build the CCID driver for 10.8 (or less) since a long time :-)

Do you have a use case in which the current code is problematic?
Or is it just core cleanup with no real need?

@martinpaljak
Copy link
Sponsor Contributor Author

Correct. I've been using old build snippets without any longer remembering what was where and why. I was under the impression of a necessary -isysroot but actually not.

Please ignore :)

(I suggest to remove things for releases that are more than 3+ majors old, just for regular housekeeping purposes)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants