Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5c7c2e commit 247bd2eCopy full SHA for 247bd2e
2 files changed
PC/VS8.0/build_ssl.py
@@ -225,7 +225,7 @@ def main():
225
226
# Now run make.
227
if arch == "amd64":
228
- rc = os.system(r"ml64 -c -Foms\uptable.obj ms\uptable.asm")
+ rc = os.system("ml64 -c -Foms\\uptable.obj ms\\uptable.asm")
229
if rc:
230
print("ml64 assembler has failed.")
231
sys.exit(rc)
PCbuild/build_ssl.py
@@ -233,7 +233,7 @@ def main():
233
234
235
236
237
238
239
0 commit comments