GitBucket
Toggle navigation
Pull requests
Issues
Snippets
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Fork
: 0
johnpearcey
/
dub_jkp
Browse code
Pass -m32mscoff dflag also to the linker.
master
1 parent
ce84ca3
commit
e2af5709cdd9ee7ee01396b0cbe8a66a340d3048
Sönke Ludwig
authored
on 26 Mar 2015
Patch
Unified
Split
Showing
1 changed file
+1
-1
■
■
■■■
source/dub/compilers/dmd.d
Ignore Space
Show notes
View
2
■
■
■■■
source/dub/compilers/dmd.d
switch
(
arg
)
{
default
:
if
(
arg
.
startsWith
(
"-defaultlib="
))
return
true
;
return
false
;
case
"-g"
,
"-gc"
,
"-m32"
,
"-m64"
,
"-shared"
,
"-lib"
:
case
"-g"
,
"-gc"
,
"-m32"
,
"-m64"
,
"-shared"
,
"-lib"
,
"-m32mscoff"
:
return
true
;
}
}
}
Show line notes below