Skip to content

Commit

Permalink
[ffmpeg] Fix vcpkg_fixup_pkgconfig on osx.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sibras committed Oct 8, 2020
1 parent 8bcab28 commit be1503f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ports/ffmpeg/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ endif()

vcpkg_copy_pdbs()

vcpkg_fixup_pkgconfig(IGNORE_FLAGS "-Wl,-rpath,${CURRENT_PACKAGES_DIR}/lib/pkgconfig/../../lib" "-Wl,-rpath,${CURRENT_PACKAGES_DIR}/debug/lib/pkgconfig/../../lib" "-Wl,--no-undefined" "-Wl,--enable-new-dtags")
vcpkg_fixup_pkgconfig(IGNORE_FLAGS "-Wl,-rpath,${CURRENT_PACKAGES_DIR}/lib/pkgconfig/../../lib" "-Wl,-rpath,${CURRENT_PACKAGES_DIR}/debug/lib/pkgconfig/../../lib" "-Wl,--no-undefined" "-Wl,--enable-new-dtags" "-framework AudioToolbox" "-framework VideoToolbox" "-framework CoreFoundation" "-framework CoreMedia" "-framework CoreVideo" "-framework CoreServices" "-framework Foundation" "-framework AVFoundation" "-framework CoreGraphics" "-framework OpenGL" "-framework CoreImage" "-framework AppKit")

# Handle copyright
file(STRINGS ${CURRENT_BUILDTREES_DIR}/build-${TARGET_TRIPLET}-rel-out.log LICENSE_STRING REGEX "License: .*" LIMIT_COUNT 1)
Expand Down

0 comments on commit be1503f

Please sign in to comment.