mirror of https://github.com/pyodide/pyodide.git
Fix twice-defined variable
This commit is contained in:
parent
7ecb6b7340
commit
ec9df315df
|
@ -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'])
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue