summaryrefslogtreecommitdiff
path: root/libs/clearlooks-newer
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-02-26 18:54:49 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2013-02-26 18:54:49 +0000
commit742a0362130655dbec67943e1c5ad445ea8d6d04 (patch)
tree3af992b30be523751f2547b0330dd8b9f162eed8 /libs/clearlooks-newer
parent978366087ba48e8a47bab0e604b8cb451c9d19ee (diff)
updated .de translations from edgar
git-svn-id: svn://localhost/ardour2/branches/3.0@14104 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/clearlooks-newer')
-rw-r--r--libs/clearlooks-newer/wscript4
1 files changed, 3 insertions, 1 deletions
diff --git a/libs/clearlooks-newer/wscript b/libs/clearlooks-newer/wscript
index 77936ba12b..8135170184 100644
--- a/libs/clearlooks-newer/wscript
+++ b/libs/clearlooks-newer/wscript
@@ -41,7 +41,9 @@ def build(bld):
# Bit of a hack: make a symlink to the .dylib that meets GTK's criteria for finding it (namely that the library must be a *.so
# and that it must reside in a directory called `engines')
obj = bld(target = 'engines', rule = 'mkdir -p ${TGT} && rm -f ${TGT}/libclearlooks.so && ln -s ../libclearlooks.dylib ${TGT}/libclearlooks.so')
-
+ else:
+ # this is a hack so that running ./ardev will work, since it sets GTK_PATH to include this dir and GTK will search {thisdir}/engines
+ obj = bld(target = 'engines', rule = 'mkdir -p ${TGT} && rm -f ${TGT}/libclearlooks.so && ln -s ../libclearlooks.so ${TGT}/libclearlooks.so')
def shutdown():
autowaf.shutdown()