build(linux): update pkg-config systemd variable names (#4303)

This commit is contained in:
PVermeer
2025-09-26 17:11:07 +02:00
committed by GitHub
parent 61a2512d49
commit 1a96d13514
2 changed files with 3 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ if(NOT WIN32)
endif()
execute_process(COMMAND ${PKG_CONFIG_EXECUTABLE}
--variable=udevdir udev
--variable=udev_dir udev
OUTPUT_STRIP_TRAILING_WHITESPACE
OUTPUT_VARIABLE UDEV_RULES_INSTALL_DIR)