diff --git a/Makefile b/Makefile index 18780c56..823cf52f 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ flutter-example-web: dart-web-clean dart-web flutter-example-macos: cd thermion_flutter_federated/thermion_flutter/example/web && flutter run -d macos swift-bindings: - swiftc -c thermion_dart/native/macos/ThermionTexture.swift -module-name swift_module -emit-objc-header-path thermion_dart/native/include/generated/ThermionTextureSwiftObjCAPI.h -emit-library -o thermion_dart/test/libThermionTextureSwift.dylib + swiftc -c thermion_dart/native/macos/ThermionTexture.swift -module-name swift_module -emit-objc-header-path thermion_dart/native/include/generated/ThermionTextureSwiftObjCAPI.h -emit-library -o thermion_dart/test/generated/libThermionTextureSwift.dylib cd thermion_dart/ && dart --enable-experiment=native-assets run ffigen --config ffigen/swift.yaml bindings: cd thermion_dart/ && dart --enable-experiment=native-assets run ffigen --config ffigen/native.yaml