Skip to content
Snippets Groups Projects
Commit 59144628 authored by Luigi Rizzo's avatar Luigi Rizzo
Browse files

these linker flags apply to both cygwin and mingw32

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89369 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 91475fd3
No related branches found
No related tags found
No related merge requests found
...@@ -277,7 +277,7 @@ ifeq ($(OSARCH),SunOS) ...@@ -277,7 +277,7 @@ ifeq ($(OSARCH),SunOS)
SOLINK=-shared -fpic -L/usr/local/ssl/lib SOLINK=-shared -fpic -L/usr/local/ssl/lib
endif endif
ifeq ($(OSARCH),mingw32) ifneq ($(findstring $(OSARCH), mingw32 cygwin ),)
SOLINK=-Xlinker -r SOLINK=-Xlinker -r
endif endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment