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