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

use ninjia @*.rsp file in write_glyphmap.py #362

Merged
merged 3 commits into from
Nov 10, 2021

Commits on Nov 9, 2021

  1. use ninjia @.rsp file in write_glyphmap.py

    otherwise I get 'ninja: fatal: posix_spawn: Argument list too long' on Linux
    anthrotype committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    d35f170 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2021

  1. set shlex.split(posix=False) on windows when splitting args from .rsp…

    … file
    
    backslashes in posix=True mode are being eaten up by shlex.split: e.g. shlex.split(rabc) => abc. Set it to False on Windows to try fixing #362 (comment)
    anthrotype committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    409f065 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4e4c5b View commit details
    Browse the repository at this point in the history