Skip to content

Commit

Permalink
[osx] fixed, script.module.pil build
Browse files Browse the repository at this point in the history
  • Loading branch information
beenje committed Mar 8, 2011
1 parent 7e38a40 commit 7939794
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/addons/script.module.pil/Makefile
Expand Up @@ -12,7 +12,8 @@ ARCHIVE_TOOL_FLAGS=xf

PYTHONDIR=$(abs_top_srcdir)/lib/python
ifeq ($(OSTYPE),Darwin)
PYTHON=$(PYTHONDIR)/python.exe
include ../../../tools/osx/osx-depends/config.mk
PYTHON=$(prefix_path)/bin/python
else
PYTHON=$(PYTHONDIR)/python
endif
Expand Down

0 comments on commit 7939794

Please sign in to comment.