Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Commit

Permalink
Fix build on linux and windows
Browse files Browse the repository at this point in the history
(remove accidentaly added cargo feature from another branch)
  • Loading branch information
madadam committed Sep 26, 2023
1 parent 4e3245a commit 8558f74
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion linux/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ FetchContent_MakeAvailable(Corrosion)
corrosion_import_crate(
MANIFEST_PATH "${OUISYNC_DIR}/Cargo.toml"
CRATES ouisync-ffi
FEATURES dart
)

# This value is used when generating builds using this plugin, so it must
Expand Down
1 change: 0 additions & 1 deletion windows/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ FetchContent_MakeAvailable(Corrosion)
corrosion_import_crate(
MANIFEST_PATH "${OUISYNC_DIR}/Cargo.toml"
CRATES ouisync-ffi
FEATURES dart
)

# Not putting it inside Debug or Release subdirectories because they don't
Expand Down

0 comments on commit 8558f74

Please sign in to comment.