Skip to content
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

A quick fix for mac-osx error: issue #1 #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ivanceras
Copy link

@ivanceras ivanceras commented May 28, 2016

The documentation from http://doc.crates.io/build-script.html
says cargo:rustc-link-search=native=/path/to/foo

but projects I've used that has c code dependencies and successfully build and run mac osx like rusqlite
uses cargo:rustc-link-search={} without the =native

Removing native in build.rs solves the issue #1


This change is Reviewable

@ivanceras ivanceras changed the title A quick fix for mac-osx error: https://github.com/pcwalton/libui-rs/… A quick fix for mac-osx error: issue #1 May 28, 2016
@nordstrand
Copy link

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants