extTools.Mod, fix warnings like "argument unused during compilation:

'-L.'"


Former-commit-id: cd69786833
This commit is contained in:
Norayr Chilingarian 2014-04-13 13:17:00 +04:00
parent 9f9033f667
commit 27cd609dad
7 changed files with 27 additions and 12 deletions

View file

@ -82,8 +82,10 @@ BEGIN
incPath0 := "src/lib/system/darwin/clang";
incPath1 := "lib/voc/obj ";
ccOpt := " -fPIC -g -I ";
COPY (version.prefix, tmp1);
ccOpt := " -fPIC -g ";
COPY ("-I ", tmp1);
Strings.Append (version.prefix, tmp1);
Strings.Append("/", tmp1);
Strings.Append(incPath0, tmp1);
Strings.Append("/", tmp1);