Skip to content
Snippets Groups Projects
Commit cdfb8d8e authored by Marcus Comstedt's avatar Marcus Comstedt
Browse files

Setup rewriting rule for default include/module path.

Rev: NT/init_nt:1.22
parent 6d4137d5
No related branches found
No related tags found
No related merge requests found
......@@ -91,9 +91,11 @@ NTTOOLS=$NT_TOOL_PATH/lib
if [ "x$NTMOUNT" = x ]; then
MNTREPLACE=""
PIKE_PATH_TRANSLATE=""
else
MNTREPLACE="s@$NTMOUNT@@g
"
PIKE_PATH_TRANSLATE="s!^$NTMOUNT!$NTDRIVE!"
fi
IFS='
'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment