fsprojects-archive / zzarchive-llvm-fs

LLVM bindings for F#
Other
94 stars 8 forks source link

Check for fsc and fsharpc in build.bash #2

Closed Frassle closed 9 years ago

Frassle commented 9 years ago

Default FSharp install on linux installs the compiler and interactive as fsharpc and fsharpi, not fsc and fsi as on other platforms. This adds a check to see if FSC is defined and if not checks for fsc and fsharpc. If no compiler is found/defined it errors and exits the build.

dsyme commented 9 years ago

@keithshep - are you able to take a look at this? (i.e. are you the active maintainer on this repo :) )

Thanks Don

keithshep commented 9 years ago

Yes I'll take a look at it soon. Thanks

On Tuesday, February 17, 2015, Don Syme notifications@github.com wrote:

@keithshep https://github.com/keithshep - are you able to take a look at this? (i.e. are you the active maintainer on this repo :) )

Thanks Don

— Reply to this email directly or view it on GitHub https://github.com/fsprojects/llvm-fs/pull/2#issuecomment-74692760.

keithsheppard.name

Frassle commented 9 years ago

Added fsharpc check to gen-bindings.bash as well.

keithshep commented 9 years ago

thanks for the improvement :)