Skip to content
This repository has been archived by the owner on Mar 3, 2020. It is now read-only.

Fix for issue #208 #238

Closed
wants to merge 1 commit into from
Closed

Fix for issue #208 #238

wants to merge 1 commit into from

Conversation

Fitzsimmons
Copy link

This fixes a problem with building when using jruby, because RUBY_PLATFORM is 'java'. This causes the case statement to always assume the OS is OSX, which obviously fails on anything that isn't OSX.

I'm not sure what the best process is for fixing problems with build scripts; I'm not aware of any way to test it other than simply trying the build on every supported platform. I've only been able to try it on linux ree, linux jruby, and OSX 1.9.2.

CONFIG['host_os'] will return the underlying OS no matter what the ruby platform is.
@pgieser
Copy link
Contributor

pgieser commented Jan 12, 2012

Did you see:

#221

@Fitzsimmons
Copy link
Author

You're right, that does seem to be almost the exact same thing. Any idea what the delay is on getting this fix merged?

@pgieser
Copy link
Contributor

pgieser commented Jan 12, 2012

Don't know. Looks like it's been dark here since Dec. 6, 2011.

@halogenandtoast
Copy link
Contributor

#221 has been merged into master

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

Successfully merging this pull request may close these issues.

None yet

3 participants