From a428fb684d8cb8723dc964c0499a0d9c16cd9a30 Mon Sep 17 00:00:00 2001 From: Gorochu Date: Sat, 30 May 2026 19:16:41 +0000 Subject: [PATCH] Update Kha/Backends/Kore-HL/kfile.js --- Kha/Backends/Kore-HL/kfile.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Kha/Backends/Kore-HL/kfile.js b/Kha/Backends/Kore-HL/kfile.js index 1d2ff382..8bce5ef7 100644 --- a/Kha/Backends/Kore-HL/kfile.js +++ b/Kha/Backends/Kore-HL/kfile.js @@ -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) {