Skip to content

Commit

Permalink
MacOSX - Added lilbjpeg and libtiff dylibs
Browse files Browse the repository at this point in the history
  • Loading branch information
ktgw0316 committed Apr 20, 2014
1 parent c7e6738 commit ada493a
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml.macosx
Expand Up @@ -9,4 +9,4 @@ before_install:
- cat /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk/usr/include/strings.h
- export JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Home
- brew update
- brew install --force libtool autoconf automake nasm
- brew install --force autoconf libtiff
Binary file added macosx/lib/libjpeg.8.dylib
Binary file not shown.
Binary file added macosx/lib/libtiff.5.dylib
Binary file not shown.
2 changes: 2 additions & 0 deletions macosx/products/GNUmakefile
Expand Up @@ -27,6 +27,8 @@ $(DEST_COMMON_PRODUCTS):

$(DEST_MACOSX_LIBS):
$(call SYMLINK,$(MACOSX_LIB_DIR)/$@,$@)
install_name_tool -change "/usr/local/lib/libjpeg.8.dylib" libjpeg.8.dylib libLCJPEG.jnilib
install_name_tool -change "/usr/local/lib/libtiff.5.dylib" libtiff.5.dylib libLCTIFF.jnilib

$(DEST_MACOSX_NIBS):
$(call SYMLINK,$(MACOSX_NIB_DIR)/$@,$@)
Expand Down

0 comments on commit ada493a

Please sign in to comment.