FFIG / ffig

Generate code to call C++ libraries from other languages
MIT License
29 stars 9 forks source link

Add a way of requiring that languages are used/not used #412

Closed jbcoe closed 6 years ago

jbcoe commented 6 years ago

It would be useful if the build script could be told to require certain languages.

Currently, Dotnet, Lua, Ruby, Swift, Go and Java are all autodetected. It would be useful if they could be deactivated or required from the command line.

Maybe something like:

./scripts/build.py --disable-dotnet --require-swift
petr-tik commented 6 years ago

this looks related to #59 - a setup/install script for pip, should include the options outlined above