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

linker flags for mingw32


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89358 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent aeba4fef
No related branches found
No related tags found
No related merge requests found
......@@ -277,6 +277,10 @@ ifeq ($(OSARCH),SunOS)
SOLINK=-shared -fpic -L/usr/local/ssl/lib
endif
ifeq ($(OSARCH),mingw32)
SOLINK=-Xlinker -r
endif
# This is used when generating the doxygen documentation
ifneq ($(DOT),:)
HAVEDOT=yes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment