Skip to content

Commit 57bac97

Browse files
committed
Support all platforms in fromPlatform
1 parent c0da5e3 commit 57bac97

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

kmake/src/main.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ function fromPlatform(platform: string): string {
6464
return 'FreeBSD';
6565
case Platform.Wasm:
6666
return 'Web Assembly';
67+
case Platform.Kompjuta:
68+
return 'Kompjuta';
6769
default:
6870
throw 'Unknown platform ' + platform + '.';
6971
}

lib/kmake/main.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/kmake/main.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)