diff options
-rw-r--r-- | packaging/libarmcl.spec | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packaging/libarmcl.spec b/packaging/libarmcl.spec index bf251ce92..7a812db37 100644 --- a/packaging/libarmcl.spec +++ b/packaging/libarmcl.spec @@ -36,9 +36,10 @@ Summary: Sample application and benchmark binaries to test ARM Compute Library %prep %setup -q -cp %{SOURCE1001} . %build +cp %{SOURCE1001} . + echo %{_builddir} # Ps. Tizen toolchain doesn't have generic name of ar and ranlib so |