Changeset 667c3fc in mainline for meson.build
- Timestamp:
- 2019-08-17T12:49:43Z (6 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
meson.build
rd4b30cf r667c3fc 2 2 # TODO: jobfile 3 3 # TODO: lto 4 # TODO: CONFIG_BUILD_SHARED_LIBS5 4 # TODO: fix clang build 6 5 … … 8 7 'HelenOS', 9 8 [ 'c', 'cpp' ], 10 default_options : ['buildtype=plain', 'c_std=gnu11', 'cpp_std=c++17', 'warning_level=3', 'werror=false', 'b_staticpic=false', ' default_library=shared', 'prefix=/' ],9 default_options : ['buildtype=plain', 'c_std=gnu11', 'cpp_std=c++17', 'warning_level=3', 'werror=false', 'b_staticpic=false', 'prefix=/' ], 11 10 meson_version: '>=0.50.1', 12 11 ) … … 83 82 '@INPUT@', 84 83 ] 85 86 if get_option('default_library') == 'both'87 error('You must use either shared or static for default_library.')88 endif89 84 90 85 debug_options = false
Note:
See TracChangeset
for help on using the changeset viewer.