ios build without cmake

This commit is contained in:
ekibun
2021-01-21 06:28:00 -08:00
parent 2ce255bdfc
commit 2d7156ffb2
12 changed files with 57 additions and 87 deletions

View File

@@ -59,8 +59,6 @@ final DynamicLibrary qjsLib = Platform.environment['FLUTTER_TEST'] == 'true'
? DynamicLibrary.open("flutter_qjs_plugin.dll")
: Platform.isAndroid
? DynamicLibrary.open("libqjs.so")
: Platform.isIOS
? DynamicLibrary.open("ffiquickjs.framework/ffiquickjs")
: DynamicLibrary.process());
/// JSValue *jsThrowInternalError(JSContext *ctx, char *message)