clang is used to compile libs on linux too.

This commit is contained in:
Norayr Chilingarian 2014-04-10 14:17:41 +04:00
parent b72099fddc
commit 615253e7a9
5 changed files with 1 additions and 1 deletions

BIN
ocat

Binary file not shown.

BIN
showdef

Binary file not shown.

View file

@ -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.

BIN
voc

Binary file not shown.

Binary file not shown.