File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments