Changes in uspace/app/init/meson.build [04e520e:c21d4d6] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/init/meson.build
r04e520e rc21d4d6 28 28 # 29 29 30 deps = [ ' block', 'futil', 'untar' ]30 deps = [ 'untar', 'block' ] 31 31 link_args += '-static' 32 32 src = files('init.c', 'untar.c')
Note:
See TracChangeset
for help on using the changeset viewer.