Skip to content
  • Alexander Neundorf's avatar
    Eclipse: add -j only on UNIX hosts · 83751af2
    Alexander Neundorf authored
    The previous version added -jN to the make invokation if UNIX
    was set, but this was true also when cross compiling.
    What we are actually interested in is CMAKE_HOST_UNIX, i.e.
    whether the build host is UNIX.
    Or we should check more exactly what CMAKE_MAKE_PROGRAM is.
    
    Alex
    83751af2