Skip to content

Commit 3365f1f

Browse files
committed
Stop exporting HOST environment variable
1 parent 800d37f commit 3365f1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Android/android.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ def android_env(host):
118118
env_script = ANDROID_DIR / "android-env.sh"
119119
env_output = subprocess.run(
120120
f"set -eu; "
121-
f"export HOST={host}; "
121+
f"HOST={host}; "
122122
f"PREFIX={prefix}; "
123123
f". {env_script}; "
124124
f"export",

0 commit comments

Comments
 (0)