8000 [WIP] Remove libffi msvc by zooba · Pull Request #3806 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

[WIP] Remove libffi msvc #3806

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 5 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove /safeseh, which doesn't seem to exist for ml64
  • Loading branch information
zware committed Sep 8, 2017
commit 6e3a8dcf6164b025b7a2a11349d8c4e2d81857c6
2 changes: 1 addition & 1 deletion PCbuild/_ctypes.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
<ExcludedFromBuild Condition="'$(Platform)'=='Win32'">true</ExcludedFromBuild>
<Command>
cl /nologo /I"$(libffiDir)src\x86" /I"$(libffiDir)include" /EP "%(FullPath)" > "$(IntDir)win64.asm
ml64 /nologo /c /safeseh /Zi /Fo "$(IntDir)win64.obj" "$(IntDir)win64.asm
ml64 /nologo /c /Zi /Fo "$(IntDir)win64.obj" "$(IntDir)win64.asm
</Command>
<Outputs>$(IntDir)win64.obj;%(Outputs)</Outputs>
</CustomBuild>
Expand Down
0