Skip to content

Commit

Permalink
Added libgomp dependency (#21). Fixes synfig/synfig#990
Browse files Browse the repository at this point in the history
  • Loading branch information
ice0 authored Jan 4, 2021
1 parent b05db5e commit b112939
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions env-builder-data/build/script/common/helpers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ copy_system_lib() {
copy_system_gcc_libs() {
local DST_PATH=$1
copy_system_lib libgcc "$DST_PATH" || return 1
copy_system_lib libgomp "$DST_PATH" || return 1
copy_system_lib libquadmath "$DST_PATH" || return 1
copy_system_lib libgfortran "$DST_PATH" || return 1
copy_system_lib libssp "$DST_PATH" || return 1
Expand Down

0 comments on commit b112939

Please sign in to comment.