fix quoting of -O0

This commit is contained in:
Jens Petersen 2019-03-02 22:47:55 +08:00
parent d670108069
commit ac3a4da15a

View File

@ -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