fix: only use Windows-style ndkRoot when building on Windows
This commit is contained in:
@@ -213,7 +213,7 @@ void main(List<String> args) async {
|
|||||||
}
|
}
|
||||||
|
|
||||||
var ndkRoot =
|
var ndkRoot =
|
||||||
File(compilerPath).parent.parent.uri.toFilePath(windows: true);
|
File(compilerPath).parent.parent.uri.toFilePath(windows: Platform.isWindows);
|
||||||
|
|
||||||
var stlPath = File([
|
var stlPath = File([
|
||||||
ndkRoot,
|
ndkRoot,
|
||||||
|
|||||||
Reference in New Issue
Block a user