You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: allow JSON in BOXEDNODE_{CONFIGURE,MAKE}_ARGS (#27)
In mongosh, we introduced `NODE_JS_CONFIGURE_ARGS` (not
remembering that boxednode already provides this capability).
We should just use a single consistent env var throughout
the build process.
This adds JSON array support for these environment variables
for cases in which the list items themselves contain commas,
and, as a drive-by fix, avoids mutating the input options
argument.
0 commit comments