Changeset 7749646 in mainline for uspace/lib/posix/meson.build
- Timestamp:
- 2019-08-17T12:49:44Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6068476
- Parents:
- e3737eda
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2019-07-16 17:44:58)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2019-08-17 12:49:44)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/meson.build
re3737eda r7749646 34 34 ) 35 35 36 _sdir = meson.current_source_dir() / 'include' / 'posix' 37 uspace_lib_devel_install_script_text += 'mkdir -p "${DESTDIR}include/libposix"' 38 uspace_lib_devel_install_script_text += 'cp -R -L -T "@0@" "${DESTDIR}include/libposix"'.format(_sdir) 39 36 40 # TODO: exports
Note:
See TracChangeset
for help on using the changeset viewer.