Changeset 8281c06 in mainline
- Timestamp:
- 2023-11-13T14:52:32Z (15 months ago)
- Branches:
- master, topic/simplify-dev-export
- Children:
- f5fb307
- Parents:
- d76862d0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/meson.build
rd76862d0 r8281c06 66 66 uspace_lib_devel_install_script_text += 'mkdir -p "${DESTDIR}include/libposix"' 67 67 uspace_lib_devel_install_script_text += 'cp -R -L -T "@0@" "${DESTDIR}include/libposix"'.format(_sdir) 68 69 # TODO: exports 68 uspace_lib_devel_install_script_text += 'ln -s -r "${DESTDIR}include/libc" "${DESTDIR}/include/common"'
Note:
See TracChangeset
for help on using the changeset viewer.