summaryrefslogtreecommitdiff
path: root/tool/mjit_archflag.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tool/mjit_archflag.sh')
-rw-r--r--tool/mjit_archflag.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/mjit_archflag.sh b/tool/mjit_archflag.sh
index 8b5c9ab77f..082fb4bcd0 100644
--- a/tool/mjit_archflag.sh
+++ b/tool/mjit_archflag.sh
@@ -35,6 +35,6 @@ define_arch_flags() {
quote "MJIT_ARCHFLAG " -arch "${arch}"
done
${archs:+echo} ${archs:+'#else'}
- quote "MJIT_ARCHFLAG ${arch_flag:- /* no flag */}" ${arch_flag}
+ quote "MJIT_ARCHFLAG /* ${arch_flag:-no flag} */" ${arch_flag}
${archs:+echo} ${archs:+'#endif'}
}