Commit ec9df315 authored by Michael Droettboom's avatar Michael Droettboom

Fix twice-defined variable

parent 7ecb6b73
......@@ -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'])
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment