Advertisement
Guest User

Untitled

a guest
Jul 24th, 2017
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. :100644 100644 2b46dbe... 0000000... M cmake/modules/pkg-config.cmake
  2.  
  3. diff --git i/cmake/modules/pkg-config.cmake w/cmake/modules/pkg-config.cmake
  4. index 2b46dbe..7ecc789 100644
  5. --- i/cmake/modules/pkg-config.cmake
  6. +++ w/cmake/modules/pkg-config.cmake
  7. @@ -230,7 +230,7 @@ function(pkg_config_link_flags link_flags_out link_flags_in)
  8. "/System/Library/Frameworks/([^ ]*)\\.framework"
  9. "-framework \\1"
  10. link_flags
  11. - ${link_flags}
  12. + "${link_flags}"
  13. )
  14. #message("(frameworks) link_flags = ${link_flags}")
  15. endif(CMAKE_SYSTEM_NAME STREQUAL "Darwin")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement