Changeset a73a1453 in mainline for meson.build


Ignore:
Timestamp:
2019-08-17T12:49:43Z (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:
512579c
Parents:
5b586b9
git-author:
Jiří Zárevúcky <zarevucky.jiri@…> (2019-06-28 17:53:10)
git-committer:
Jiří Zárevúcky <zarevucky.jiri@…> (2019-08-17 12:49:43)
Message:

arm64 wip

File:
1 edited

Legend:

Unmodified
Added
Removed
  • meson.build

    r5b586b9 ra73a1453  
    4949        arguments: [ '@INPUT@' ],
    5050        output: '@PLAINNAME@.check.c',
     51        capture: true,
     52)
     53
     54gzip = generator(find_program('gzip',
     55        arguments: [ '--no-name', '-9', '--stdout', '@INPUT@' ]
     56        output: '@PLAINNAME@.gz',
    5157        capture: true,
    5258)
Note: See TracChangeset for help on using the changeset viewer.