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