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 f1313d0 commit 7896dbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mac/cmake/2lib.cmake.in
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 7896dbb

Please sign in to comment.