Skip to content

fix [JRUBY-5765]: cext build fails if 10.4 sdk installed#32

Closed
stepheneb wants to merge 1 commit intojruby:masterfrom
stepheneb:fix-build-jruby-cext-native
Closed

fix [JRUBY-5765]: cext build fails if 10.4 sdk installed#32
stepheneb wants to merge 1 commit intojruby:masterfrom
stepheneb:fix-build-jruby-cext-native

Conversation

@stepheneb
Copy link
Copy Markdown
Contributor

If anybody has MacOS 10.7 installed and can confirm that
the cext build succeeds with with what I assume will be a new
developer sdk named: MacOSX10.7.sdk then update the wildcard
in the make file like this:

$(wildcard /Developer/SDKs/MacOSX10.[567].sdk)

If anybody has MacOS 10.7 installed and can confirm that 
the cext build succeeds with with what I assume will be a new
developer sdk named: MacOSX10.7.sdk then update the wildcard
in the make file like this:

  $(wildcard /Developer/SDKs/MacOSX10.[567].sdk)
@BanzaiMan
Copy link
Copy Markdown
Member

Wayne fixed the issue with a different approach: 78df582

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.

2 participants