We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a472376 + 0b59ba3 commit 52ca231Copy full SHA for 52ca231
1 file changed
buildenv
@@ -20,6 +20,7 @@ export ZOPEN_CONFIGURE="skip"
20
export ZOPEN_MAKE="skip"
21
export ZOPEN_CHECK="zopen_check"
22
export ZOPEN_INSTALL="zopen_install"
23
+export ZOPEN_SETUP_NO_REPLACE=1
24
25
META_DEV_DIR="$(pwd -P)/meta"
26
if [ -z "${ZOPEN_META_DEV_ROOT}" ] ; then
@@ -121,6 +122,7 @@ zopen_init()
121
122
123
zopen_check()
124
{
125
+ unset ZOPEN_SETUP_NO_REPLACE
126
WORK_DIR="${ZOPEN_ROOT}/work"
127
INCLUDE_DIR="${ZOPEN_ROOT}/tests/include"
128
mkdir -p "${WORK_DIR}"
@@ -224,6 +226,7 @@ ZZ
224
226
}
225
227
228
zopen_pre_terminate() {
229
230
# Save the starting directory explicitly
231
START_DIR="$PWD"
232
0 commit comments