Skip to content
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
Next Next commit
build: change ASM compiler url to https
  • Loading branch information
gengjiawen committed Jun 12, 2019
commit a312e99a93bca8ce730fca604a1bd68bb83e1c3d
2 changes: 1 addition & 1 deletion configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -692,7 +692,7 @@ def get_nasm_version(asm):
stdout=subprocess.PIPE)
except OSError:
warn('''No acceptable ASM compiler found!
Please make sure you have installed NASM from http://www.nasm.us
Please make sure you have installed NASM from https://www.nasm.us
and refer BUILDING.md.''')
return '0'

Expand Down