]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/relocate.cc
remove @FRAMEWORKDIR@
[lilypond.git] / lily / relocate.cc
index 8a2d72438714d951d99562c23c90bb4943c0dabe..1f30331e0f3e03e66f9873f411eeb65a1400b9b6 100644 (file)
@@ -27,6 +27,8 @@
 #include "version.hh"
 #include "warn.hh"
 
+const char * FRAMEWORKDIR = "..";
+
 
 int
 sane_putenv (char const *key, string value, bool overwrite)
@@ -198,7 +200,7 @@ setup_paths (char const *argv0_ptr)
 #endif /* __MINGW32__ */
       prefix_relocation (prefix);
       string bindir = prefix + "/bin";
-      framework_relocation (bindir + "/" FRAMEWORKDIR);
+      framework_relocation (bindir);
     }
   else if (relocate_binary)
     {