Use '_vpath_builddir', instead of '_target_platform', to reference the build dir

This commit is contained in:
Milan Crha 2021-08-02 10:41:46 +02:00
parent 16544edad0
commit 658cd7cdaa

View File

@ -84,7 +84,7 @@ Development files needed for building things which link against %{name}-glib.
rm %{buildroot}/%{_libexecdir}/libical/ical-glib-src-generator
%check
make test ARGS="-V" -C %{_target_platform}
make test ARGS="-V" -C %{_vpath_builddir}
%ldconfig_scriptlets