You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 12, 2024. It is now read-only.
Right now we don't do anything special about the target OS and we don't have options for that.
The class CustomSwiftCompiler handles compiling the wrappers.
We should have code that can intuit the target OS version from the input and tell the compiler that's what we want and we should probably have an option that can override that on the command line.
The code that does the actual compilation is in CustomSwiftCompiler and the code that feeds it is in WrappingCompiler
The text was updated successfully, but these errors were encountered:
Right now we don't do anything special about the target OS and we don't have options for that.
The class
CustomSwiftCompiler
handles compiling the wrappers.We should have code that can intuit the target OS version from the input and tell the compiler that's what we want and we should probably have an option that can override that on the command line.
The code that does the actual compilation is in
CustomSwiftCompiler
and the code that feeds it is inWrappingCompiler
The text was updated successfully, but these errors were encountered: