Skip to content

Commit

Permalink
Merge pull request #461 from reflex-frp/dylang/fix_webkit_conditional
Browse files Browse the repository at this point in the history
Fix webkit conditional
  • Loading branch information
ali-abrar committed Sep 8, 2023
2 parents 39195af + c1438e3 commit 0842fc7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions reflex-dom/reflex-dom.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -93,13 +93,9 @@ library
jsaddle >= 0.9.6 && < 0.10,
jsaddle-wasm >= 0.1 && < 0.2
else
if flag(webkit2gtk)
if flag(webkit2gtk) && !os(android)
build-depends:
jsaddle-webkit2gtk >= 0.9.6 && < 0.10
else
if !os(android)
build-depends:
jsaddle-webkit2gtk >= 0.9.6 && < 0.10

exposed-modules:
Reflex.Dom
Expand Down

0 comments on commit 0842fc7

Please sign in to comment.