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

OS X build fix #3

Merged
merged 3 commits into from Dec 13, 2012
Merged

OS X build fix #3

merged 3 commits into from Dec 13, 2012

Commits on Dec 13, 2012

  1. At least on a current OS X, (llvm-)gcc defaults to 64-bit, which brea…

    …ks Rebol struct alignment. Force 32-bit build and link.
    Jussi Hagman committed Dec 13, 2012
    Configuration menu
    Copy the full SHA
    177e47a View commit details
    Browse the repository at this point in the history
  2. Fix clean

    - clean should remove objs directory, otherwise subsequent builds will fail.
    - use -f to suppress warning for missing libr3.so
    Jussi Hagman committed Dec 13, 2012
    Configuration menu
    Copy the full SHA
    306ebbe View commit details
    Browse the repository at this point in the history
  3. Fixed whitespace.

    Jussi Hagman committed Dec 13, 2012
    Configuration menu
    Copy the full SHA
    61c58cc View commit details
    Browse the repository at this point in the history