diff --git a/m3-sys/cminstall/src/config/I386_DJGPP b/m3-sys/cminstall/src/config/I386_DJGPP index 34c8c04b2c..002af47019 100644 --- a/m3-sys/cminstall/src/config/I386_DJGPP +++ b/m3-sys/cminstall/src/config/I386_DJGPP @@ -36,6 +36,8 @@ M3_BACKEND_MODE = "C" include ("cm3cfg.common") proc compile_c(source, object, options, optimize, debug) is + % Something elsewhere is forming the paths incorrectly. + options = escape(subst_chars(options, "\\", "/")) % driver has problems, skip it % i.e. it does not run a specific version, and many fail, or learn more flags to specify version? %