Skip to content

Commit 45f507c

Browse files
authored
add PATCH dir
1 parent f212f32 commit 45f507c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

env.source

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ else
1717
TARGET_DIR="${TARGET_DIR:-$ENV_ROOT/target}"
1818
DOWNLOAD_DIR="${DOWNLOAD_DIR:-$ENV_ROOT/dl}"
1919
BIN_DIR="${BIN_DIR:-$ENV_ROOT/bin}"
20+
PATCH_DIR="${PATCH_DIR:-$ENV_ROOT/patches}"
2021

2122
export LDFLAGS="-L${TARGET_DIR}/lib"
2223
# FIXME: detect OS somehow

0 commit comments

Comments
 (0)