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

build fails with Invalid TARGET_OS: darwin #9

Open
vxe opened this issue Nov 29, 2015 · 3 comments
Open

build fails with Invalid TARGET_OS: darwin #9

vxe opened this issue Nov 29, 2015 · 3 comments

Comments

@vxe
Copy link

vxe commented Nov 29, 2015

fix sets TARGET_OS with output of uname :
https://github.com/drmeister/externals-clasp/pull/8

@ghost
Copy link

ghost commented Feb 28, 2016

I notice this with linux too (for the testing branch). I noticed the makefile expects a capitalized 'Linux' or 'Darwin', whereas the local config examples give a lowercase 'linux' or 'darwin'. For now, capitalizing these in the makefile works for me.

@ghost
Copy link

ghost commented Feb 28, 2016

Oops I meant capitalizing these in the config file works for me. (NOT the makefile).

@rudi
Copy link

rudi commented May 12, 2016

Confirmed for OS X: changing "darwin" to "Darwin" in local.config.darwin fixes the build.

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

No branches or pull requests

2 participants