diff options
| author | ruki <[email protected]> | 2021-03-19 00:39:25 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-03-19 00:39:25 +0800 |
| commit | 66a47b5aa01fc5ccd4897f6d81da4f9b6baab428 (patch) | |
| tree | 6b3b6e2a68817a88f5eec8aee3a2983258e12926 /xmake/modules | |
| parent | 7adbba0c3b57e0a58eaf00b8ab21db5bcffdf1fc (diff) | |
add some TODO comments
Diffstat (limited to 'xmake/modules')
| -rw-r--r-- | xmake/modules/package/tools/autoconf.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/package/tools/autoconf.lua b/xmake/modules/package/tools/autoconf.lua index 3bfa23181..dbc7e2140 100644 --- a/xmake/modules/package/tools/autoconf.lua +++ b/xmake/modules/package/tools/autoconf.lua @@ -142,7 +142,7 @@ function buildenvs(package, opt) table.join2(asflags, opt.asflags) table.join2(ldflags, opt.ldflags) table.join2(shflags, opt.shflags) - table.join2(cflags, compiler.map_flags("c", "define", defines)) + table.join2(cflags, compiler.map_flags("c", "define", defines)) -- TODO we need use package/toolchains table.join2(cflags, compiler.map_flags("c", "includedir", includedirs)) table.join2(cflags, compiler.map_flags("c", "sysincludedir", sysincludedirs)) table.join2(asflags, compiler.map_flags("as", "define", defines)) |
