Skip to content

Commit 952aa87

Browse files
committed
tweak
1 parent 68574b5 commit 952aa87

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

jscomp/bsb/bsb_ninja_rule.ml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,8 @@ let make_custom_rules
129129
~is_dev
130130
~postbuild : string =
131131
Ext_buffer.clear buf;
132-
Ext_buffer.add_string buf "$bsc $g_pkg_flg -color always";
132+
Ext_buffer.add_string buf "$bsc -color always";
133+
Ext_buffer.add_ninja_prefix_var buf Bsb_ninja_global_vars.g_pkg_flg;
133134
if bs_suffix then
134135
Ext_buffer.add_string buf " -bs-suffix";
135136
if read_cmi then

0 commit comments

Comments
 (0)