Skip to content

Commit

Permalink
Update build:native script to use tool/build.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsenko committed Mar 6, 2024
1 parent 85a21ef commit 87ddff7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions melos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,8 @@ scripts:
melos run build:binding &&
melos run build:dart
build:native: # make sure to set the CMAKE_PLATFORM and CMAKE_CONFIG environment variables
exec: >-
cmake --preset $CMAKE_PLATFORM &&
cmake --build --preset $CMAKE_PLATFORM --config $CMAKE_CONFIG -- -destination "generic/platform=macOS"
build:native:
exec: dart run tool/build.dart native
packageFilters:
dirExists: src # by convention

Expand Down

0 comments on commit 87ddff7

Please sign in to comment.