Update paths

This commit is contained in:
Alex
2023-05-20 16:39:30 +03:00
parent 9007e5bd26
commit d949a1a449
3 changed files with 3 additions and 2 deletions

View File

@ -6,7 +6,7 @@ NAME=ld
OBJECT_NAME=$(NAME).so
SO_NAME=$(OBJECT_NAME)
OUTPUT_DIR=../../out/
OUTPUT_DIR=../../out/lib/
SYSROOT = --sysroot=../../out/
CC = ../../../$(TC_COMPILER_PATH)/$(TC_COMPILER_ARCH)gcc