• Pieter Hintjens's avatar
    Problem: if src/platform.hpp still exists, gyp uses this · c78e4f33
    Pieter Hintjens authored
    Gyp needs its own platform.hpp; there is no way to delete this
    file automatically.
    
    Solution: copy gyp's platform.hpp into src, so that things build
    properly no matter what the starting state. If you build with gyp
    and then try to build using autotools' makefile, you'll get an
    error from the platform.hpp.
    c78e4f33
platform.hpp 2.67 KB