• David Thornley's avatar
    Address build error when path contains whitespace · 2a9bf13a
    David Thornley authored
    The path environment under Windows Subsystem for Linux typically 
    contains paths with spaces.
    
    Error Manifests as: -
    
    Setting IDF_PATH and re-invoking...
    /bin/sh: 1: Syntax error: "(" unexpected
    Makefile:21: recipe for target 'flash' failed
    
    Tested on Ubuntu 18.04 both on Linux proper and WSL.
    2a9bf13a
Makefile 2.68 KB