-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build and run the swift wrapper on Windows and Linux #2
Comments
swift can only be compiled with clang: https://www.swift.org/documentation/cxx-interop/status/ |
This works, but finding the bridging header is somewhat clunky. The only way to do this now is to query Kinda hacky. So, leaving this open for now. If there's desire, we can go the hacky way. If there's no push to do this, we'll wait for a CMake or swiftc update to allow us a less hacky solution |
document the required steps in the build docs
The text was updated successfully, but these errors were encountered: