Documentation ¶
Index ¶
Examples ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { // Flags passed to './configure'. These options are available to // commands, in order to set flags during compilation. // // Note that --prefix is always set by vin ConfigureFlags string `toml:"configure_flags"` // MakeOpts are passed to make MakeOpts string `toml:"MAKEOPTS"` // CFlags and CXXFlags are inserted into the environment when // running build commands CFlags string `toml:"CFLAGS"` CXXFlags string `toml:"CXXFLAGS"` }
Config holds all of the configuration that vin needs, including things like make/ confdigure opts, and so on
This struct can be passed into builds to allow for templating build opts
Click to show internal directories.
Click to hide internal directories.