Merge pull request #308 from mdboom/fixup-symlinks

Fixup symlinks
This commit is contained in:
Michael Droettboom 2019-01-25 11:48:15 -05:00 committed by GitHub
commit 4166c00c2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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'])