You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ref #140
The easiest solution would be to hard code standard config in C++ code and "activate" it by passing use-standard-scala-native-bindings option.
Or it is possible to support multiple config files, so sbt plugin can pass to bindgen a user-defined config(s) and a standard config
The text was updated successfully, but these errors were encountered:
kornilova203
changed the title
Provide a default config to integrate bindings from Scala Native
Provide a default config to integrate standard bindings from Scala Native
Aug 6, 2018
Ref #140
The easiest solution would be to hard code standard config in C++ code and "activate" it by passing
use-standard-scala-native-bindings
option.Or it is possible to support multiple config files, so sbt plugin can pass to bindgen a user-defined config(s) and a standard config
The text was updated successfully, but these errors were encountered: