Skip to content

Commit

Permalink
apply mac fix from Larry Shaffer
Browse files Browse the repository at this point in the history
  • Loading branch information
mach0 committed Feb 20, 2012
1 parent d211b16 commit d89bb3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mac/cmake/2lib.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ ENDIF ()

# libfcgi (non-system)

IF ("@FCGI_LIBRARY@ MATCHES" ".*libfcgi.dylib" AND NOT "@FCGI_LIBRARY@" MATCHES "/usr/lib/.*")
IF ("@FCGI_LIBRARY@" MATCHES ".*libfcgi.dylib" AND NOT "@FCGI_LIBRARY@" MATCHES "/usr/lib/.*")
MESSAGE (STATUS "Copying libfcgi and updating library paths...")
MYMESSAGE ("ditto ${QARCHS} \"@FCGI_LIBRARY@\" \"${QLIBDIR}/libfcgi.dylib\"")
EXECUTE_PROCESS (COMMAND ditto ${QARCHS} "@FCGI_LIBRARY@" "${QLIBDIR}/libfcgi.dylib")
Expand Down

0 comments on commit d89bb3f

Please sign in to comment.