rust-qt / ritual

Use C++ libraries from Rust
Apache License 2.0
1.22k stars 49 forks source link

Fix linker error on OSX #68

Closed vlovich closed 6 years ago

vlovich commented 6 years ago

The root include path exists even when there are frameworks. Look for frameworks first to properly populate is_framwork variable as frameworks are only on OSX & thus won't conflict with other platforms. Fixes #67

Riateche commented 6 years ago

Thanks for the pull request! Everything seems to be correct.