Changeset 095ed4a in mainline for meson/part/extra_targets/meson.build


Ignore:
Timestamp:
2019-08-18T11:51:53Z (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:
3f1a481
Parents:
45fdc55
Message:

Mask options that can't be changed via ninja config

File:
1 edited

Legend:

Unmodified
Added
Removed
  • meson/part/extra_targets/meson.build

    r45fdc55 r095ed4a  
    3131        command: [
    3232                sh,
    33                 '-c', 'cd $1 && $2 $3 $4',
     33                '-c', 'cd $1 && $2 $3 $4 $5',
    3434                '--',
    3535                meson.build_root(),
     
    3737                meson.source_root() / 'HelenOS.config',
    3838                meson.source_root() / 'defaults',
     39                '--mask-platform',
    3940        ]
    4041)
Note: See TracChangeset for help on using the changeset viewer.