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

Update for directory shuffle #3

Merged
merged 1 commit into from May 14, 2013
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Update for language changes

  • Loading branch information
pcwalton committed May 14, 2013
commit ec3680a7cb5fae54d7d6bf323b8b6676d650b82a
4 ll.rs
@@ -26,12 +26,12 @@ pub static UNKNOWN: c_int = 11;

#[cfg(target_os = "macos")]
#[nolink]
#[link_args="-L../libhubbub -lhubbub -L../libparserutils -lparserutils -liconv"]
#[link_args="-L../../hubbub/libhubbub -lhubbub -L../../libparserutils/libparserutils -lparserutils -liconv"]
pub extern mod linking { }

#[cfg(target_os = "linux")]
#[nolink]
#[link_args="-L../libhubbub -lhubbub -L../libparserutils -lparserutils"]
#[link_args="-L../../hubbub/libhubbub -lhubbub -L../../libparserutils/libparserutils -lparserutils"]
pub extern mod linking { }

#[nolink]
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.