mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-23 14:03:33 -04:00
13 lines
435 B
Diff
13 lines
435 B
Diff
diff --git a/libcsys.pro b/libcsys.pro
|
|
index e94f92b..4d87d57 100644
|
|
--- a/libcsys.pro
|
|
+++ b/libcsys.pro
|
|
@@ -51,7 +51,6 @@ unix {
|
|
contains(DEFINES, LIB64): target.path = $$INSTALL_PREFIX/lib64
|
|
else: target.path = $$INSTALL_PREFIX/lib
|
|
|
|
- target.path = $$PREFIX/lib/
|
|
includes.files = libcsys_global.h csys/*.h
|
|
includes.path = $$PREFIX/include/csys
|
|
|