fix quoting of -O0

epel9
Jens Petersen 6 years ago
parent d670108069
commit ac3a4da15a

@ -59,7 +59,7 @@ sed -i 's/\r$//' LICENSE
%build
# https://ghc.haskell.org/trac/ghc/ticket/16379
%ifarch s390x
cabal_configure_extra_options='--ghc-option="-O0"'
cabal_configure_extra_options="--ghc-option=-O0"
%endif
# Begin cabal-rpm build:
%ghc_lib_build

Loading…
Cancel
Save