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:
authorCampbell Barton <ideasman42@gmail.com>2010-11-02 01:26:56 +0300
committerCampbell Barton <ideasman42@gmail.com>2010-11-02 01:26:56 +0300
commit7e913f25c26284fac862ddc5ff241afd40e938e4 (patch)
tree5e1b749218977e03d5ccee4a2ea919aecf31dd16 /intern/ghost/SConscript
parent6ee21ceefb709fa877d85fabe5d3700edbbfbc84 (diff)
throw an error is PREFIX isnt defined on X11 systems. defaults to /usr/local
Diffstat (limited to 'intern/ghost/SConscript')
-rw-r--r--intern/ghost/SConscript2
1 files changed, 2 insertions, 0 deletions
diff --git a/intern/ghost/SConscript b/intern/ghost/SConscript
index 25880e9679b..e6190c50577 100644
--- a/intern/ghost/SConscript
+++ b/intern/ghost/SConscript
@@ -21,6 +21,8 @@ if window_system in ('linux2', 'openbsd3', 'sunos5', 'freebsd7', 'freebsd8', 'fr
sources.remove('intern' + os.sep + f + 'Carbon.cpp')
except ValueError:
pass
+ defs += ['PREFIX=\\"/usr/local/\\"']
+
elif window_system in ('win32-vc', 'win32-mingw', 'cygwin', 'linuxcross', 'win64-vc'):
for f in pf:
try: