Skip to content

Commit 0a9e7b1

Browse files
committed
Fix crashpad build
1 parent 4f44e34 commit 0a9e7b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1032,7 +1032,7 @@ if (WITH_CRASHPAD)
10321032
add_custom_target(dump_syms ALL DEPENDS ${DUMP_SYMS})
10331033
add_custom_command(
10341034
OUTPUT ${DUMP_SYMS}
1035-
COMMAND ${MSYS_CMD} -here -mingw64 -no-start -defterm -c "cargo build --release"
1035+
COMMAND ${MSYS_CMD} -here -mingw64 -no-start -defterm -c "${CARGO} build --release"
10361036
WORKING_DIRECTORY ${dump_syms_SOURCE_DIR}
10371037
)
10381038

0 commit comments

Comments
 (0)