Skip to content

Commit 3508d8a

Browse files
committed
integrate master
2 parents e5a2957 + 9b81e87 commit 3508d8a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/fsharp/fsc.fs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1229,11 +1229,7 @@ module MainModuleBuilder =
12291229
yield Lazy<_>.CreateFromValue av
12301230
if not(tcConfig.win32res = "") then
12311231
yield Lazy<_>.CreateFromValue (FileSystem.ReadAllBytesShim tcConfig.win32res)
1232-
#if ENABLE_MONO_SUPPORT
1233-
if tcConfig.includewin32manifest && not(win32Manifest = "") && not(runningOnMono) then
1234-
#else
1235-
if tcConfig.includewin32manifest && not(win32Manifest = "") then
1236-
#endif
1232+
if tcConfig.includewin32manifest && not(win32Manifest = "") && not runningOnMono then
12371233
yield Lazy<_>.CreateFromValue [| yield! ResFileFormat.ResFileHeader()
12381234
yield! (ManifestResourceFormat.VS_MANIFEST_RESOURCE((FileSystem.ReadAllBytesShim win32Manifest), tcConfig.target = Dll)) |]]
12391235

0 commit comments

Comments
 (0)