mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 09:59:59 +03:00
Inherit module path from main build environment in the prerequisites script.
This commit is contained in:
parent
95203df9ca
commit
e9c8ca02ba
1 changed files with 2 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
|||
set(CMAKE_MODULE_PATH "@CMAKE_MODULE_PATH@")
|
||||
|
||||
file(GLOB_RECURSE QTPLUGINS "${CMAKE_INSTALL_PREFIX}/@PLUGIN_DEST_DIR@/*@CMAKE_SHARED_LIBRARY_SUFFIX@")
|
||||
function(gp_resolved_file_type_override resolved_file type_var)
|
||||
if(resolved_file MATCHES "^/usr/lib/libQt")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue