diff options
| author | Michael Forney <mforney@mforney.org> | 2019-07-05 19:24:04 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2019-07-06 01:24:36 -0700 |
| commit | f16ecebbc4902851f0d3df33981f194dc33d2867 (patch) | |
| tree | 656d802ae24d9f54afefab6a94a4f7eb2cbd8f5a /gen.lua | |
| parent | 14132f8c4db800ed4be2cd162f9f6fa4cd487d35 (diff) | |
No C++ components anymore
Diffstat (limited to 'gen.lua')
| -rw-r--r-- | gen.lua | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -5,12 +5,10 @@ set('outdir', '$builddir') set('target_toolchain', config.target.toolchain) set('target_cflags', config.target.cflags) -set('target_cxxflags', config.target.cxxflags) set('target_ldflags', config.target.ldflags) set('host_toolchain', config.host.toolchain) set('host_cflags', config.host.cflags) -set('host_cxxflags', config.host.cxxflags) set('host_ldflags', config.host.ldflags) set('repo', config.repo.path) |
