Fix twice-defined variable

This commit is contained in:
Michael Droettboom 2019-01-25 10:26:09 -05:00
parent 7ecb6b7340
commit ec9df315df
1 changed files with 0 additions and 1 deletions

View File

@ -40,7 +40,6 @@ from pyodide_build import common
ROOTDIR = common.ROOTDIR
symlinks = set(['cc', 'c++', 'ld', 'ar', 'gcc'])
symlinks = set(['cc', 'c++', 'ld', 'ar', 'gcc', 'gfortran'])