1
0
forked from Onek8/LNXSDK

Update Kha/Backends/Kore-HL/kfile.js

This commit is contained in:
Gorochu
2026-05-30 19:16:41 +00:00
parent f2076e5568
commit a428fb684d

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'); 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) { if (platform == Platform.OSX) {
project.addDefine('KINC_DEBUGDIR="macos-hl"'); // TODO: Wrong hashlink folder path, remove and check also for ios
project.addDefine('KINC_DEBUGDIR="osx-hl"'); project.addDefine('KINC_DEBUGDIR=""');
} }
if (platform == Platform.iOS) project.addDefine('KINC_DEBUGDIR="ios-hl"'); if (platform == Platform.iOS) project.addDefine('KINC_DEBUGDIR="ios-hl"');
if (platform !== Platform.Windows || audio !== AudioApi.DirectSound) { if (platform !== Platform.Windows || audio !== AudioApi.DirectSound) {