Changeset 05d893a in mainline for uspace/lib/meson.build


Ignore:
Timestamp:
2025-10-11T11:56:29Z (4 weeks ago)
Author:
jxsvoboda <5887334+jxsvoboda@…>
Branches:
master
Children:
0640d52, 08d81ae, 4d0c978e, 8d3dff5
Parents:
33f14b9
git-author:
Matěj Volf <git@…> (2025-04-30 10:46:48)
git-committer:
jxsvoboda <5887334+jxsvoboda@…> (2025-10-11 11:56:29)
Message:

only export shared lib if allowed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/meson.build

    r33f14b9 r05d893a  
    261261                                install_files += [[ 'lib', _shared_lib.full_path(), _libname ]]
    262262                                install_deps += [ _shared_lib ]
     263                                exported_devel_files += [ 'sharedlib', _shared_lib, _libname ]
    263264                        endif
    264265
     
    289290                                dependencies: _shared_deps,
    290291                        )
    291                         exported_devel_files += [ 'sharedlib', _shared_lib, _libname ]
    292292                endif
    293293
Note: See TracChangeset for help on using the changeset viewer.