mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 22:42:24 +00:00
clang is used to compile libs on linux too.
Former-commit-id: 615253e7a9
This commit is contained in:
parent
ebf8f5861e
commit
331170683e
5 changed files with 4 additions and 4 deletions
|
|
@ -76,7 +76,7 @@ Strings.Append ("/lib ", ccOpt);
|
|||
Args.GetEnv("CFLAGS", CFLAGS);
|
||||
Strings.Append (CFLAGS, ccOpt);
|
||||
Strings.Append (" ", ccOpt);
|
||||
ccString := "cc ";
|
||||
ccString := "clang ";
|
||||
(*Strings.Append (ccOpt, ccString);*)
|
||||
|
||||
END extTools.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue