Do not use rpath on mingw

This commit is contained in:
Christophe de Dinechin 2017-12-14 18:29:40 +01:00
parent 6f173149a9
commit 0a4e651300
1 changed files with 3 additions and 0 deletions

View File

@ -38,3 +38,6 @@ DLL_EXT= .dll
# MinGW has no 'install' program
INSTALL= cp
# DO not add an rpath option on Windows
MAKE_DLL= $(LD) -shared $(LINK_CMDLINE) $(LDFLAGS) $(LDFLAGS_$*) -o $@