Changes in uspace/lib/posix/meson.build [c21d4d6:4b9213d] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/meson.build
rc21d4d6 r4b9213d 31 31 c_args += [ '-fno-builtin', '-D_XOPEN_SOURCE' ] 32 32 33 allow_shared = true 34 33 35 # TODO 34 36 … … 61 63 'test/stdlib.c', 62 64 'test/unistd.c', 65 'test/pthread/keys.c', 63 66 ) 64 67 … … 66 69 uspace_lib_devel_install_script_text += 'mkdir -p "${DESTDIR}include/libposix"' 67 70 uspace_lib_devel_install_script_text += 'cp -R -L -T "@0@" "${DESTDIR}include/libposix"'.format(_sdir) 71 uspace_lib_devel_install_script_text += 'ln -s -r "${DESTDIR}include/libc" "${DESTDIR}/include/common"' 68 72 69 # TODO: exports 73 exported_devel_files += [ 'include', meson.current_source_dir() / 'include' / 'posix', 'libposix' ] 74 exported_devel_files += [ 'includesymlink', 'libc', 'libposix' ]
Note:
See TracChangeset
for help on using the changeset viewer.