Do not use rpath on mingw
This commit is contained in:
parent
6f173149a9
commit
0a4e651300
|
@ -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 $@
|
||||
|
|
Loading…
Reference in New Issue