Changeset 33c8f1f in mainline
- Timestamp:
- 2025-04-30T10:48:29Z (27 hours ago)
- Parents:
- 629b480 (diff), a4f8c3f (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-04-30 10:48:29)
- git-committer:
- GitHub <noreply@…> (2025-04-30 10:48:29)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/meson.build
r629b480 r33c8f1f 260 260 install_files += [[ 'lib', _shared_lib.full_path(), _libname ]] 261 261 install_deps += [ _shared_lib ] 262 exported_devel_files += [ 'sharedlib', _shared_lib, _libname ] 262 263 endif 263 264 … … 288 289 dependencies: _shared_deps, 289 290 ) 290 exported_devel_files += [ 'sharedlib', _shared_lib, _libname ]291 291 endif 292 292
Note:
See TracChangeset
for help on using the changeset viewer.