Replies: 1 comment 1 reply
-
|
The only way it seems to do this currently is to stub functions on other platforms with It would great if there is a more streamlined solution for this! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to compile some code specific for MacOS but it appears that the generated API ignores the conditional statements which make sense as the generated bindings are for all platforms.
However, this is problematic for my build process as this code really shouldn't be compiled in for other platforms.
Is there an idiomatic way to handle this with FRB?
Beta Was this translation helpful? Give feedback.
All reactions