Changes in uspace/lib/c/meson.build [88e188b2:10fc93c] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/meson.build
r88e188b2 r10fc93c 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']56 55 endforeach 57 56 … … 210 209 pic: false, 211 210 ) 212 exported_devel_files += ['staticlib', libstartfiles, 'libstartfiles.a']213 211 214 212 if CONFIG_DEVEL_FILES
Note:
See TracChangeset
for help on using the changeset viewer.