mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-14 00:32:55 +00:00
Try to fix windows build after r198136.
`type` can't read from stdin. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198138 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7f5deb1e2e
commit
3ab1aa82a2
@ -37,7 +37,7 @@ function(add_llvm_symbol_exports target_name export_file)
|
||||
|
||||
add_custom_command(OUTPUT symbol.def
|
||||
COMMAND cmake -E echo "EXPORTS" > symbol.def
|
||||
COMMAND ${CAT} < ${export_file} >> symbol.def
|
||||
COMMAND ${CAT} ${export_file} >> symbol.def
|
||||
DEPENDS ${export_file}
|
||||
VERBATIM
|
||||
COMMENT "Creating export file for ${target_name}")
|
||||
|
Loading…
x
Reference in New Issue
Block a user