libgomp: Fixes #474

This commit is contained in:
Guilherme Lima Bernal 2014-08-20 00:48:01 -03:00
parent cacd6721b7
commit 585de60768
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ define $(PKG)_BUILD
$(MAKE) -C '$(1).build' -j '$(JOBS)' install
# TODO: find a way to fix this in configure stage
$(if BUILD_SHARED, \
$(if $(BUILD_SHARED), \
mv '$(PREFIX)/bin/'libgomp*.dll '$(PREFIX)/$(TARGET)/bin/')
'$(TARGET)-gcc' \