Skip to content

Commit 4fa3e0f

Browse files
author
nephros
committed
[aarch64] use LIBDIR variable instead of hardcoded path
1 parent 5a583bb commit 4fa3e0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/preload/preload.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ SOURCES += \
1212
src/preloadpatchmanager.c
1313

1414
TARGET = preloadpatchmanager
15-
target.path = /usr/lib
15+
target.path = $$LIBDIR
1616

1717
INSTALLS = target

0 commit comments

Comments
 (0)