mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 04:02:25 +00:00
small fix
This commit is contained in:
parent
2fbafbcadb
commit
02f7cad356
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ END LinkMain;
|
||||||
|
|
||||||
BEGIN
|
BEGIN
|
||||||
|
|
||||||
incPath0 := "src/lib/system/gnuc";
|
incPath0 := "src/lib/system/linux/gnuc";
|
||||||
incPath1 := "lib/voc/obj ";
|
incPath1 := "lib/voc/obj ";
|
||||||
ccOpt := " -fPIC -g -I ";
|
ccOpt := " -fPIC -g -I ";
|
||||||
COPY (version.prefix, tmp1);
|
COPY (version.prefix, tmp1);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue