tests: bitcode: add missing b_bitcode option

The bitcode test did not actually have bitcode enabled,
making it not really useful.
pull/10095/head
Marvin Scholz 3 years ago committed by Dylan Baker
parent e257a870fe
commit f5176f01b9
  1. 3
      test cases/osx/7 bitcode/meson.build

@ -1,4 +1,5 @@
project('bitcode test', 'c', 'objc', 'objcpp')
project('bitcode test', 'c', 'objc', 'objcpp',
default_options : ['b_bitcode=true'])
both_libraries('alib', 'libfoo.m')
shared_module('amodule', 'libfoo.m')

Loading…
Cancel
Save