Skip to content

Commit

Permalink
[osx/ios] fixed. tell cmake how to setup the internal paths on dylibs
Browse files Browse the repository at this point in the history
  • Loading branch information
davilla committed Jun 15, 2011
1 parent 68d55ee commit 7b8919a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/darwin/depends/libssh/Makefile
Expand Up @@ -29,6 +29,7 @@ $(SOURCE): $(TARBALLS_LOCATION)/$(ARCHIVE)
-DCMAKE_CXX_FLAGS:STRING="$(CPPFLAGS) $(CXXFLAGS)" \
-DCMAKE_INCLUDE_PATH=$(PREFIX)/include \
-DCMAKE_LIBRARY_PATH=$(PREFIX)/lib \
-DCMAKE_INSTALL_NAME_DIR=$(PREFIX) \
-DCMAKE_INSTALL_PREFIX=$(PREFIX) ..

$(LIBDYLIB): $(SOURCE)
Expand Down

0 comments on commit 7b8919a

Please sign in to comment.