Reuse build setup for host when native compiling. Closes #5047.

pull/5195/head
Jussi Pakkanen 6 years ago committed by Nirbheek Chauhan
parent 201ef0778e
commit 1a79fdd7e7
  1. 2
      mesonbuild/coredata.py

@ -531,7 +531,7 @@ class CoreData:
if cross_comp is not None:
new_options_for_host = cross_comp.get_and_default_options(env.properties.host)
else:
new_options_for_host = comp.get_and_default_options(env.properties.host)
new_options_for_host = new_options_for_build
opts_machines_list = [
(new_options_for_build, MachineChoice.BUILD),

Loading…
Cancel
Save