Skip to content

Commit

Permalink
Remove outdated GMP branch
Browse files Browse the repository at this point in the history
  • Loading branch information
staticfloat committed Nov 24, 2020
1 parent 82b7ae2 commit 32414a2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions deps/gmp.mk
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,6 @@ endif

define GMP_INSTALL
mkdir -p $2/$(build_shlibdir) $2/$(build_includedir)
# Ensure that Windows gets the non-versioned dll names too
ifeq ($(BUILD_OS),WINNT)
-cp $1/.libs/libgmp-*.dll $1/.libs/libgmp.dll
-cp $1/.libs/libgmpxx-*.dll $1/.libs/libgmpxx.dll
endif
$(INSTALL_M) $1/.libs/libgmp*$(SHLIB_EXT)* $2/$(build_shlibdir)
$(INSTALL_F) $1/gmp.h $2/$(build_includedir)
endef
Expand Down

0 comments on commit 32414a2

Please sign in to comment.