Skip to content
Snippets Groups Projects
Commit 6d7f7539 authored by Petr Rockai's avatar Petr Rockai
Browse files

cmake: Shorten the binary dir prefix that runtime-cc removes from debuginfo.

parent 600727ca
No related branches found
No related tags found
No related merge requests found
......@@ -55,8 +55,8 @@ macro( mkobjs var flags )
DEPENDS runtime-cc ${f} ${H_RUNTIME} ${HOSTABI} ${VMINC} ${STDATOMIC} ${H_BRICKS}
OUTPUT bc/${out}
COMMAND mkdir -p bc
COMMAND runtime-cc ${divine_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR}
${f} bc/${out} ${flags} )
COMMAND runtime-cc ${divine_SOURCE_DIR} ${divine_BINARY_DIR} ${f} bc/${out} ${flags} )
stringify( "dios" "." ${f} )
endforeach()
endmacro()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment