9c54357 Fix compilation with CPLUS_INCLUDE_PATH set for Flatpak builds

Authored and Committed by Owen W. Taylor 5 years ago
    Fix compilation with CPLUS_INCLUDE_PATH set for Flatpak builds
    
    Scons normally constructs a new clean environment for build commands;
    this is not necessary in the RPM environment, when the environment
    is already standardized, and makes things work less reliably.
    
        
file modified
+9 -1