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:
authorKent Mein <mein@cs.umn.edu>2008-03-14 23:11:43 +0300
committerKent Mein <mein@cs.umn.edu>2008-03-14 23:11:43 +0300
commit4f553a59f7637661ce41cfdabfdf97c37517ad73 (patch)
tree8c157fb4b7090aacfd19fad4f496f40542bcc6d9 /source/nan_link.mk
parent8e126216b0f070660bd0c4eda688bc3383c11ac1 (diff)
Added a WITH_BF_OPENMP option
to add in proper flags for openmp support. Kent
Diffstat (limited to 'source/nan_link.mk')
-rw-r--r--source/nan_link.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/nan_link.mk b/source/nan_link.mk
index e0745e9c1d4..f4a90b0f927 100644
--- a/source/nan_link.mk
+++ b/source/nan_link.mk
@@ -173,4 +173,8 @@ ifeq ($(INTERNATIONAL),true)
LLIBS += $(NAN_GETTEXT_LIB)
endif
+ifeq ($(WITH_BF_OPENMP),true)
+ LLIBS += -lgomp
+endif
+
LLIBS += $(NAN_PYTHON_LIB)