diff options
Diffstat (limited to 'packaging')
-rwxr-xr-x | packaging/coreclr.spec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packaging/coreclr.spec b/packaging/coreclr.spec index 4a9ad3abb8..f87e49acee 100755 --- a/packaging/coreclr.spec +++ b/packaging/coreclr.spec @@ -176,6 +176,7 @@ export CLANG_NO_LIBDIR_SUFFIX=1 export CFLAGS="${BASE_FLAGS}" export CXXFLAGS="${BASE_FLAGS}" +export ASMFLAGS="${BASE_FLAGS}" %ifarch %{arm} %if %{dotnet_buildtype} == "Release" |