Changeset 667c3fc in mainline for uspace/lib/meson.build


Ignore:
Timestamp:
2019-08-17T12:49:43Z (5 years ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
56440a5
Parents:
d4b30cf
git-author:
Jiří Zárevúcky <zarevucky.jiri@…> (2019-06-30 13:30:45)
git-committer:
Jiří Zárevúcky <zarevucky.jiri@…> (2019-08-17 12:49:43)
Message:

Fix handling of CONFIG_BUILD_SHARED_LIBS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/meson.build

    rd4b30cf r667c3fc  
    1 always_static = (get_option('default_library') == 'static')
     1always_static = not CONFIG_BUILD_SHARED_LIBS
    22
    33# Which libraries are installed when CONFIG_DEVEL_FILES is enabled
Note: See TracChangeset for help on using the changeset viewer.