Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Want <cwant@ualberta.ca>2003-07-12 04:46:43 +0400
committerChris Want <cwant@ualberta.ca>2003-07-12 04:46:43 +0400
commit307586f03fa5bcfd0609cd2f2e0d91b64c022c50 (patch)
treeb120f28cb0648d034d3ad66f5b7a59dc29a4e8f5 /source/nan_link.mk
parent70ee786960822d5b96ea6a545410c8997d7dea07 (diff)
EXPYTHON in now the only python for the Makefiles build.
Diffstat (limited to 'source/nan_link.mk')
-rw-r--r--source/nan_link.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/source/nan_link.mk b/source/nan_link.mk
index 9fe96b29b47..67c4edf8f60 100644
--- a/source/nan_link.mk
+++ b/source/nan_link.mk
@@ -81,9 +81,7 @@ endif
ifeq ($(OS),irix)
LLIBS = -lmovieGL -lGLU -lGL -lXmu -lXext -lX11 -lc -lm -ldmedia
LLIBS += -lcl -laudio -ldb -lCio -lz
- ifeq ($(EXPYTHON), true)
- LLIBS += -lpthread
- endif
+ LLIBS += -lpthread
LLIBS += -woff 84,171
DYNLDFLAGS = -shared $(LDFLAGS)
endif