Changeset c8680be4 in mainline for uspace/lib/posix/meson.build
- Timestamp:
- 2025-03-09T20:10:46Z (15 hours ago)
- Parents:
- 0ae9e18 (diff), 98743e2 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - git-author:
- Matěj Volf <mat.volfik@…> (2025-03-09 20:10:46)
- git-committer:
- GitHub <noreply@…> (2025-03-09 20:10:46)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/meson.build
r0ae9e18 rc8680be4 30 30 includes += include_directories('include/posix', 'include') 31 31 c_args += [ '-fno-builtin', '-D_XOPEN_SOURCE' ] 32 allow_shared = true 32 33 33 34 # TODO … … 61 62 'test/stdlib.c', 62 63 'test/unistd.c', 64 'test/pthread/keys.c', 63 65 ) 64 66
Note:
See TracChangeset
for help on using the changeset viewer.