]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/relocate.cc
tie-details.hh
[lilypond.git] / lily / relocate.cc
index e5f27f7332d58419454824e946c991d98d9e120f..0d9e9c9a6a08850b1e35e421e29c01c4e160a4a4 100644 (file)
@@ -27,7 +27,7 @@
 #include "version.hh"
 #include "warn.hh"
 
-const char * FRAMEWORKDIR = "..";
+#define FRAMEWORKDIR ".."
 
 
 int
@@ -285,11 +285,11 @@ setup_paths (char const *argv0_ptr)
   
   /* Adding mf/out make lilypond unchanged source directory, when setting
      LILYPONDPREFIX to lilypond-x.y.z */
-  char *suffixes[] = {"ly", "ps", "scm", 0 };
+  char const *suffixes[] = {"ly", "ps", "scm", 0 };
 
   
   vector<string> dirs;
-  for (char **s = suffixes; *s; s++)
+  for (char const **s = suffixes; *s; s++)
     {
       string path = prefix_directory + to_string ('/') + string (*s);
       dirs.push_back (path);