mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 15:42:25 +00:00
extTools.Mod, fix warnings like "argument unused during compilation:
'-L.'"
Former-commit-id: cd69786833
This commit is contained in:
parent
9f9033f667
commit
27cd609dad
7 changed files with 27 additions and 12 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue