Skip to content

Commit

Permalink
Remove pkgconfig from toolchain file
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCharlatan authored and fanquake committed Nov 14, 2024
1 parent 319a4e8 commit bcd82b1
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions depends/toolchain.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -87,15 +87,6 @@ if(CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND NOT CMAKE_HOST_APPLE)
set(CMAKE_FRAMEWORK_PATH "@OSX_SDK@/System/Library/Frameworks")
endif()


# Customize pkg-config behaviour.
cmake_path(APPEND CMAKE_FIND_ROOT_PATH "lib" "pkgconfig" OUTPUT_VARIABLE pkg_config_path)
set(ENV{PKG_CONFIG_PATH} ${pkg_config_path})
set(ENV{PKG_CONFIG_LIBDIR} ${pkg_config_path})
unset(pkg_config_path)
set(PKG_CONFIG_ARGN --static)


# Set configuration options for the main build system.
set(qt_packages @qt_packages@)
if("${qt_packages}" STREQUAL "")
Expand Down

0 comments on commit bcd82b1

Please sign in to comment.