diff options
Diffstat (limited to 'xdelta3/Makefile')
-rw-r--r-- | xdelta3/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xdelta3/Makefile b/xdelta3/Makefile index 88648e2..75f1e3c 100644 --- a/xdelta3/Makefile +++ b/xdelta3/Makefile | |||
@@ -230,6 +230,7 @@ xdelta3module.so: xdelta3_wrap.o xdelta3.o | |||
230 | gcc-4.2 -Wl,-F. -bundle -undefined dynamic_lookup \ | 230 | gcc-4.2 -Wl,-F. -bundle -undefined dynamic_lookup \ |
231 | -arch x86_64 $(CFLAGS) \ | 231 | -arch x86_64 $(CFLAGS) \ |
232 | xdelta3.o xdelta3_wrap.o -o xdelta3module.so | 232 | xdelta3.o xdelta3_wrap.o -o xdelta3module.so |
233 | cp xdelta3module.so /Library/Python/2.6/site-packages | ||
233 | endif | 234 | endif |
234 | 235 | ||
235 | xdelta3-decoder: $(SOURCES) | 236 | xdelta3-decoder: $(SOURCES) |