Files
Kmake/lib/kmake/Platform.js

24 lines
556 B
JavaScript
Raw Permalink Normal View History

2026-05-26 23:36:42 -07:00
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.Platform = void 0;
exports.Platform = {
Windows: 'windows',
WindowsApp: 'windowsapp',
iOS: 'ios',
OSX: 'osx',
Android: 'android',
Linux: 'linux',
Emscripten: 'emscripten',
Pi: 'pi',
tvOS: 'tvos',
PS4: 'ps4',
XboxOne: 'xboxone',
Switch: 'switch',
Switch2: 'switch2',
XboxSeries: 'xboxseries',
PS5: 'ps5',
FreeBSD: 'freebsd',
Wasm: 'wasm',
Kompjuta: 'kompjuta',
};
//# sourceMappingURL=Platform.js.map