Updated path to tcc

git-svn-id: svn://kolibrios.org@9664 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
turbocat 2022-01-24 17:07:11 +00:00
parent 0e9c10036a
commit 8f9e35ffd0

View File

@ -1,4 +1,4 @@
TCC = "kos32-tcc-kx -B" .. tup.getcwd().. "/develop/ktcc/trunk/kx"
TCC = "kos32-tcc -B" .. tup.getcwd().. "/develop/ktcc/trunk/bin"
CFLAGS = "-I" ..tup.getcwd().. "/develop/ktcc/trunk/libc.obj/include"
LFLAGS = ""