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.
1 parent 17512fc commit 2e68b43Copy full SHA for 2e68b43
languages/scm.sh
@@ -129,7 +129,11 @@ compile_payload_scm()
129
gsc_processing=""
130
fi
131
# if [ $SYS_VERBOSE ]; then gsc_processing="$gsc_processing -expansion"; fi
132
- veval "$SYS_GSC -:~~tgt=${SYS_PREFIX} -prelude \"$scm_opts\" -c -o $scm_ctgt $gsc_processing $scm_hdr $scm_src"
+ (
133
+ # exported list of "well known" build parameters
134
+ export SYS_PREFIX SYS_ROOT SYS_PATH SYS_ANDROIDAPI SYS_ANDROID_ABI
135
+ veval "$SYS_GSC -:~~tgt=${SYS_PREFIX} -prelude \"$scm_opts\" -c -o $scm_ctgt $gsc_processing $scm_hdr $scm_src"
136
+ )
137
if [ $veval_result != "0" ]; then rmifexists "$scm_ctgt"; fi
138
assertfile "$scm_ctgt"
139
rmifexists "$scm_otgt"
0 commit comments