jkvargas / russimp-sys

Assimp raw bindings
Other
2 stars 22 forks source link

Fix build on macOS with assimp installed with brew #18

Closed penberg closed 3 years ago

penberg commented 3 years ago

If user installed assimp with "brew install assimp", the headers are in "/opt/brew/opt/assimp/include".

jkvargas commented 3 years ago

thanks for your contribution. Do you mind to increase the version in the Cargo.toml file as well, please? 0.2.3 will do :) Also, if you have the time would be nice to have a macos build in russimp-sys.yaml. https://github.com/jkvargas/russimp-sys/blob/main/.github/workflows/russimp-sys.yml

a link that might help, https://rhonabwy.com/2020/05/09/continuous-integration-with-github-actions-for-macos-and-ios-projects/

if you don't have time for this, no problem. I can take a look on it as soon as I get some free time.

penberg commented 3 years ago

@jkvargas Done, the workflow needs your approval to test it.