]> git.sur5r.net Git - i3/i3/commit
fix the build on OS X
authorJean-Philippe Ouellet <jpo@vt.edu>
Tue, 26 Nov 2013 10:41:56 +0000 (05:41 -0500)
committerMichael Stapelberg <michael@stapelberg.de>
Tue, 26 Nov 2013 18:56:45 +0000 (19:56 +0100)
commit755188220f56c995f71f97d833e52c7ac29602c6
treef0bf687cf01d3d7563a09c866ac66ae39238b90d
parent18cfc36408fcb6ab2dd13d33ff02eb043ff77c36
fix the build on OS X

OS X doesn't have posix_fallocate() yet, so put
bf760d0241f0f078735e230b4bf6da4fc83368fe in
    #if defined(__APPLE__)

the cd fails with:
    /bin/sh: line 0: cd: include: No such file or directory
so give it a path relative to the top directory
src/i3.mk
src/log.c