forked from LeenkxTeam/LNXSDK
main #3
@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user