Update lib/kmake/main.js
This commit is contained in:
@ -568,6 +568,9 @@ async function exportKoremakeProject(from, to, platform, korefile, retro, veryre
|
||||
else if (options.meson) {
|
||||
exporter = new MesonExporter_1.MesonExporter(options);
|
||||
}
|
||||
else if (platform === Platform_1.Platform.OSX) {
|
||||
exporter = new MacOSExporter_1.MacOSExporter(options);
|
||||
}
|
||||
else if (platform === Platform_1.Platform.iOS || platform === Platform_1.Platform.OSX || platform === Platform_1.Platform.tvOS)
|
||||
exporter = new XCodeExporter_1.XCodeExporter(options);
|
||||
else if (platform === Platform_1.Platform.Android)
|
||||
|
||||
Reference in New Issue
Block a user