Changeset 740e952 in mainline for uspace/lib/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:
b2695b9
Parents:
71069a9
git-author:
Jiří Zárevúcky <zarevucky.jiri@…> (2019-06-27 16:04:58)
git-committer:
Jiří Zárevúcky <zarevucky.jiri@…> (2019-08-17 12:49:43)
Message:

more install tweaks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/meson.build

    r71069a9 r740e952  
    317317                cpp_args: arch_uspace_c_args,
    318318                link_args: arch_uspace_c_args + arch_uspace_link_args + _ldargs,
     319                build_by_default: true,
    319320        )
    320321
     
    328329                        output: _test_binname + '.disasm',
    329330                        capture: true,
    330                         install: install_debug_files,
    331                         install_dir: 'debug' / 'test',
    332                 )
    333 
    334                 install_files += [[ 'debug/test', _disasm.full_path(), _test_binname + '.disasm' ]]
    335                 install_deps += [ _disasm ]
     331                        build_by_default: true,
     332                )
     333
     334                if install_debug_files
     335                        install_files += [[ 'debug/test', _disasm.full_path(), _test_binname + '.disasm' ]]
     336                        install_deps += [ _disasm ]
     337                endif
    336338        endif
    337339endforeach
Note: See TracChangeset for help on using the changeset viewer.