Changes in uspace/lib/c/meson.build [10fc93c:88e188b2] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/meson.build
r10fc93c r88e188b2 53 53 _sdir = meson.current_source_dir() / idir 54 54 uspace_lib_devel_install_script_text += 'cp -R -L -T "@0@" "${DESTDIR}include/libc"'.format(_sdir) 55 exported_devel_files += ['include', _sdir, 'libc'] 55 56 endforeach 56 57 … … 209 210 pic: false, 210 211 ) 212 exported_devel_files += ['staticlib', libstartfiles, 'libstartfiles.a'] 211 213 212 214 if CONFIG_DEVEL_FILES
Note:
See TracChangeset
for help on using the changeset viewer.