Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
MUSIC
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mikael Djurfeldt
MUSIC
Commits
8c4336b5
Commit
8c4336b5
authored
3 years ago
by
Mikael Djurfeldt
Browse files
Options
Downloads
Patches
Plain Diff
Use LIBDIR instead of libdir for textual substitution
@libdir@ can contain further macros.
parent
6ce141ba
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
configure.ac
+1
-0
1 addition, 0 deletions
configure.ac
music-config/predict_rank.py.in
+1
-1
1 addition, 1 deletion
music-config/predict_rank.py.in
with
2 additions
and
1 deletion
configure.ac
+
1
−
0
View file @
8c4336b5
...
...
@@ -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)
...
...
This diff is collapsed.
Click to expand it.
music-config/predict_rank.py.in
+
1
−
1
View file @
8c4336b5
...
...
@@ -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))
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment