fedora: USE_TESTS in specfile, not USE_TEST, ugh

pull/469/head
nick black 4 years ago
parent 6d366380ed
commit 9cc185e98a
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -18,7 +18,7 @@ an API similar to that of Curses, and rides atop Terminfo.
%setup
%build
%cmake -DUSE_FFMPEG=off -DUSE_TEST=off .
%cmake -DUSE_FFMPEG=off -DUSE_TESTS=off .
%make_build
%install

Loading…
Cancel
Save