From f16ecebbc4902851f0d3df33981f194dc33d2867 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Fri, 5 Jul 2019 19:24:04 -0700 Subject: No C++ components anymore --- gen.lua | 2 -- 1 file changed, 2 deletions(-) (limited to 'gen.lua') diff --git a/gen.lua b/gen.lua index 5153ce5f..e0590aec 100644 --- a/gen.lua +++ b/gen.lua @@ -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) -- cgit v1.2.3