blob: 2a6e30ad7fb9163c0c174c493ac46d07b40decd0 [file] [log] [blame]
project('foo', 'c')
# Ensure that builtin options have been initialised.
assert(get_option('default_library') == 'shared')
# This uses default_library option internally and used to cause a crash:
# https://github.com/mesonbuild/meson/issues/10225.
library('foo', 'foo.c')