Skip to content

Commit da98361

Browse files
committed
Remove the n parameter for Kong
1 parent edb0c45 commit da98361

File tree

3 files changed

+1
-9
lines changed

3 files changed

+1
-9
lines changed

kmake/src/main.ts

-4
Original file line numberDiff line numberDiff line change
@@ -426,10 +426,6 @@ function compileKong(project: Project, from: string, to: string, platform: strin
426426
params.push(platform);
427427
params.push('-a');
428428
params.push(api);
429-
if (project.kope) {
430-
params.push('-n');
431-
params.push('kope');
432-
}
433429
for (const dir of dirs) {
434430
params.push('-i');
435431
params.push(dir);

lib/kmake/main.js

-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)