Skip to content

Commit

Permalink
Pass invocation configuration to OpenSCAD via '-D __mfs__<variable>=t…
Browse files Browse the repository at this point in the history
…rue'.
  • Loading branch information
royasutton committed Dec 29, 2023
1 parent 66c22dd commit 0519f54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion share/include/mfs_library/make_makefile.bash
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,7 @@ function generate_targets()
generate_targets \
--out_stem "$out_stem$i" \
--tuple_list "$tuple_list [$i]" \
--opts_scad "$opts_scad $this_opt_val" \
--opts_scad "$opts_scad -D __mfs_$i=true $this_opt_val" \
--opts_sets "$remain_opt_sets"
done
fi
Expand Down

0 comments on commit 0519f54

Please sign in to comment.