Changeset 5f176da in mainline for uspace/lib/c/meson.build
- Timestamp:
- 2019-08-17T12:49:43Z (5 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- bc48242
- Parents:
- 41408d94
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2019-06-26 20:32:16)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2019-08-17 12:49:43)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/meson.build
r41408d94 r5f176da 1 1 # libarch 2 2 arch_src = [] 3 subdir( join_paths('arch', h_arch))3 subdir('arch' / UARCH) 4 4 5 5 c_args = [ '-fno-builtin', '-D_LIBC_SOURCE' ] … … 9 9 incdirs = [ 10 10 'include', 11 'arch' / h_arch/ 'include',12 root_path / 'abi' / 'arch' / h_arch/ 'include',11 'arch' / UARCH / 'include', 12 root_path / 'abi' / 'arch' / UARCH / 'include', 13 13 root_path / 'abi' / 'include', 14 14 ]
Note:
See TracChangeset
for help on using the changeset viewer.