diff options
Diffstat (limited to 'set_soenv.in')
-rwxr-xr-x | set_soenv.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/set_soenv.in b/set_soenv.in index 91ffcc36c12e..322efce5530f 100755 --- a/set_soenv.in +++ b/set_soenv.in @@ -1252,7 +1252,7 @@ $SOLARINC = $I.$cur_dir. $I.'$SOLARVER'.$ds.'$INPATH'.$INC.$ds."external". $I.'$SOLARVER'.$ds.'$INPATH'.$INC. $I.'$SOLARVER'.$ds.'$INPATH'.$ds."include". - $I.'$SOLARENV'.$ds.'$OUTPATH'.$INC. + $I.'$SOLARENV'.$INC.$ds.'$OUTPATH'. $I.'$SOLARENV'.$INC. $I.'$SRC_ROOT'.$ds."res"; |