Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cmake/staging.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ function(opus_apply_patch STAGED_DIR PATCH_FILE)
if(NOT EXISTS "${MARKER_FILE}")
# Apply the patch
execute_process(
COMMAND patch -p1 -i "${FULL_PATCH_PATH}"
COMMAND patch --binary -p1 -i "${FULL_PATCH_PATH}"
WORKING_DIRECTORY "${STAGED_DIR}"
RESULT_VARIABLE PATCH_RESULT
OUTPUT_VARIABLE PATCH_OUTPUT
Expand Down