Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Makefile export with Python 3 #8577

Merged
merged 1 commit into from
Nov 1, 2018
Merged

Fix Makefile export with Python 3 #8577

merged 1 commit into from
Nov 1, 2018

Commits on Oct 29, 2018

  1. Fix Makefile export with Python 3

    In Python 3, the map() function returns a map object, not a list object as in
    Python 2. Ensure a list object is returned from format_flags() by wrapping
    map() in list(). This is compatible with both Python 2 and 3.
    lassebm committed Oct 29, 2018
    Configuration menu
    Copy the full SHA
    b31156a View commit details
    Browse the repository at this point in the history