main #3

Merged
LeenkxTeam merged 8 commits from Dante/LNXSDK:main into main 2026-05-31 05:25:07 +00:00
5 changed files with 13 additions and 9 deletions
Showing only changes of commit a428fb684d - Show all commits

View File

@ -6,8 +6,8 @@ project.addIncludeDirs('hl/src', 'hl/include/pcre', 'hl/include/mbedtls/include'
project.addFiles('hl/include/mbedtls/library/**', 'hl/include/zlib/**', 'hl/libs/fmt/fmt.c', 'hl/libs/fmt/sha1.c', 'hl/libs/ssl/ssl.c');
if (platform == Platform.OSX) {
project.addDefine('KINC_DEBUGDIR="macos-hl"');
project.addDefine('KINC_DEBUGDIR="osx-hl"');
// TODO: Wrong hashlink folder path, remove and check also for ios
project.addDefine('KINC_DEBUGDIR=""');
}
if (platform == Platform.iOS) project.addDefine('KINC_DEBUGDIR="ios-hl"');
if (platform !== Platform.Windows || audio !== AudioApi.DirectSound) {