drmeister / legacy-externals-clasp

Libraries that clasp depends on
13 stars 10 forks source link

build fails with Invalid TARGET_OS: darwin #9

Open vxe opened 8 years ago

vxe commented 8 years ago

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

ghost commented 8 years ago

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 commented 8 years ago

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

rudi commented 8 years ago

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