diff options
Diffstat (limited to 'seabios.git.spec')
-rw-r--r-- | seabios.git.spec | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/seabios.git.spec b/seabios.git.spec index 7cb78e9..49a093d 100644 --- a/seabios.git.spec +++ b/seabios.git.spec @@ -48,6 +48,9 @@ SeaBIOS open-source VGABIOS implementation %setup -q -n %{name} %build +if test -f /opt/rh/devtoolset-2/enable; then + source /opt/rh/devtoolset-2/enable +fi function do_build() { local cfg="$1" local target="$2" |