Skip to content
Snippets Groups Projects
Commit 8c4336b5 authored by Mikael Djurfeldt's avatar Mikael Djurfeldt
Browse files

Use LIBDIR instead of libdir for textual substitution

@libdir@ can contain further macros.
parent 6ce141ba
No related branches found
No related tags found
No related merge requests found
......@@ -440,6 +440,7 @@ AC_SUBST(TESTDIR)
AC_SUBST(EXAMPLESDIR)
AC_SUBST(EXTRAS)
AC_SUBST(BINDIR)
AC_SUBST(LIBDIR)
AC_SUBST(PKGDATADIR)
AC_SUBST(PKGEXTRABINDIR)
AC_SUBST(LAUNCHSTYLE)
......
......@@ -17,7 +17,7 @@ def c_argc_argv (argv):
return (c_argc, c_argv)
libmusic = ctypes.CDLL ("@libdir@/libmusic-c.so")
libmusic = ctypes.CDLL ("@LIBDIR@/libmusic-c.so")
def predictRank ():
return libmusic.MUSIC_predictRank (*c_argc_argv (sys.argv))
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment