Changeset 28fcaee in mainline for uspace/meson.build
- Timestamp:
- 2019-08-17T12:49:43Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 643640a
- Parents:
- fd6c8b1
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2019-06-28 13:28:59)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2019-08-17 12:49:43)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/meson.build
rfd6c8b1 r28fcaee 127 127 'c_args': c_args, 128 128 'link_args': link_args + (static_build ? [ '-static' ] : []), 129 'init': rd_init.contains(dir), 129 130 } 130 131 endif … … 143 144 'c_args': c_args, 144 145 'link_args': link_args, 146 'init': false, 145 147 } 146 148 endif … … 157 159 _build_name = _full_install_path.underscorify() 158 160 _full_build_name = meson.current_build_dir() / _build_name 161 _is_init = tst.get('init') 159 162 160 163 if link_map … … 174 177 ) 175 178 179 if _is_init 180 rd_init_binaries += [[ _bin, _full_install_path ]] 181 endif 182 176 183 if disassemble 177 184 _disasm = custom_target(_build_name + '.disasm',
Note:
See TracChangeset
for help on using the changeset viewer.