forked from LeenkxTeam/LNXSDK
Update Files
This commit is contained in:
12
Kha/Tools/khamake/src/korepath.ts
Normal file
12
Kha/Tools/khamake/src/korepath.ts
Normal file
@ -0,0 +1,12 @@
|
||||
import * as path from 'path';
|
||||
import {sysdir} from './exec';
|
||||
|
||||
let korepath = path.join(__dirname, '..', '..', '..', 'Kinc', 'Tools', sysdir());
|
||||
|
||||
export function init(options: any) {
|
||||
korepath = path.join(options.kha, 'Kinc', 'Tools', sysdir());
|
||||
}
|
||||
|
||||
export function get() {
|
||||
return korepath;
|
||||
}
|
Reference in New Issue
Block a user