Skip to content

Commit 4b619c5

Browse files
committed
move patches dir to previous level
1 parent db62e41 commit 4b619c5

34 files changed

+1
-1
lines changed
File renamed without changes.
File renamed without changes.

tools/init-repo.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ function apply_patches() {
8686
fi
8787

8888
local plat="$1"
89-
local patch_dir="${THIS_DIR}/../extra/patches/$REPO_DIR"
89+
local patch_dir="${THIS_DIR}/../patches/$REPO_DIR"
9090

9191
if [[ -d "${patch_dir}_${plat}" ]]; then
9292
patch_dir="${patch_dir}_${plat}"

0 commit comments

Comments
 (0)