Created
April 25, 2012 18:53
-
-
Save Katharine/2492228 to your computer and use it in GitHub Desktop.
Fix Darwin libhunspell.dylib linking (STORM-276)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff -r 4895c1fdf540 build-cmd.sh | |
--- a/build-cmd.sh Wed Nov 30 13:46:33 2011 -0500 | |
+++ b/build-cmd.sh Wed Apr 25 14:52:52 2012 -0400 | |
@@ -47,6 +47,9 @@ | |
make install | |
mkdir -p "$stage/lib/release" | |
mv "$stage/lib/"{*.a,*.dylib,*.alias} "$stage/lib/release" | |
+ pushd "$stage/lib/release" | |
+ fix_dylib_id libhunspell-1.3.0.dylib | |
+ popd | |
;; | |
"linux") | |
CFLAGS="-m32" CXXFLAGS="-m32" ./configure --prefix="$stage" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment