We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33f14b9 commit 05d893aCopy full SHA for 05d893a
uspace/lib/meson.build
@@ -260,6 +260,7 @@ foreach l : libs
260
if install_shared_lib
261
install_files += [[ 'lib', _shared_lib.full_path(), _libname ]]
262
install_deps += [ _shared_lib ]
263
+ exported_devel_files += [ 'sharedlib', _shared_lib, _libname ]
264
endif
265
266
if install_shared_lib and install_debug_files
@@ -288,7 +289,6 @@ foreach l : libs
288
289
include_directories: includes,
290
dependencies: _shared_deps,
291
)
- exported_devel_files += [ 'sharedlib', _shared_lib, _libname ]
292
293
294
_static_lib = static_library(l, src,
0 commit comments