Fix library install location

epel9
Christopher Meng 9 years ago
parent 5ce6ac3682
commit 48733956c9

@ -26,7 +26,7 @@ developing applications that use %{name}.
DEBUG="%{optflags}" LDFLAGS="%{?__global_ldflags}"
%install
%make_install PREFIX="%{_prefix}"
%make_install PREFIX="%{_prefix}" LIBRARY_PATH="%{_lib}"
find %{buildroot} -name '*.a' -delete -print

Loading…
Cancel
Save