Fix browser, fix font, GetExeDir

This commit is contained in:
2025-08-11 13:41:28 +02:00
parent e6414908b7
commit b6ef63e817
7 changed files with 19 additions and 11 deletions

View File

@@ -41,6 +41,7 @@ if [ ! -f "lbaselib.o" ]; then
-c
fi
cp ../data/*.ttf .
clang ../src/text_editor/text_editor.cpp ../src/basic/unix.cpp \
-o te_linux.exe \
-nostdlib++ -fno-exceptions -fdiagnostics-absolute-paths -g \