Fixed iOS build.

This commit is contained in:
Бранимир Караџић
2024-12-15 18:40:06 -08:00
parent 61eb415b82
commit 7dc7dfc380
3 changed files with 21 additions and 41 deletions

View File

@@ -82,6 +82,12 @@ project "bx.test"
"pthread",
}
configuration { "ios*" }
linkoptions {
"-framework CoreFoundation",
"-framework Foundation",
}
configuration { "osx*" }
links {
"Cocoa.framework",