Skip to content

Commit

Permalink
Hack to workaround tusk install not preserving permissions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Robinson committed Jun 7, 2010
1 parent 1d5d5e9 commit b33b145
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Expand Up @@ -120,6 +120,7 @@ deps/http-parser/http_parser.o:
cd deps/http-parser && make http_parser.o

deps/libedit-20100424-3.0/src/.libs/libedit.dylib: deps/libedit-20100424-3.0
chmod +x deps/libedit-20100424-3.0/configure
cd deps/libedit-20100424-3.0 && \
env CFLAGS="-force_cpusubtype_ALL -mmacosx-version-min=10.4 -arch i386 -arch ppc" \
LDFLAGS="-force_cpusubtype_ALL -mmacosx-version-min=10.4 -arch i386 -arch ppc" ./configure --disable-dependency-tracking && \
Expand Down

0 comments on commit b33b145

Please sign in to comment.