updated tlibc

This commit is contained in:
2025-12-21 20:00:26 +05:00
parent 11f16a79fc
commit 559902eaf5
3 changed files with 6 additions and 5 deletions

View File

@@ -45,8 +45,7 @@ case "$OS" in
EXEC_FILE="test.exe"
SHARED_LIB_FILE="$PROJECT.dll"
INCLUDE="$INCLUDE "
# example: "-lSDL2 -lSDL2_image"
LINKER_LIBS=""
LINKER_LIBS="-luuid"
;;
LINUX)
EXEC_FILE="test"