-mno-cygwin for C# on Cygwin due to recent change in Cygwin stopping pure Cygwin built dlls from working.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5718 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
04c803daa9
commit
93fcabc087
1 changed files with 1 additions and 1 deletions
|
|
@ -1366,7 +1366,7 @@ fi
|
|||
case $host in
|
||||
*-*-cygwin* | *-*-mingw*)
|
||||
if test "$GCC" = yes; then
|
||||
CSHARPDYNAMICLINKING=" -Wl,--add-stdcall-alias"
|
||||
CSHARPDYNAMICLINKING=" -mno-cygwin -Wl,--add-stdcall-alias"
|
||||
else
|
||||
CSHARPDYNAMICLINKING=""
|
||||
fi ;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue