diff options
| author | Gary Scavone <gary@music.mcgill.ca> | 2011-08-30 18:47:27 +0000 |
|---|---|---|
| committer | Stephen Sinclair <sinclair@music.mcgill.ca> | 2013-10-11 01:38:29 +0200 |
| commit | 325fea749470f53e3d9dcd903d1c9b7c881a37fc (patch) | |
| tree | 66011339647868f6b429819e916f0abcd753fb47 /configure.ac | |
| parent | 692c1b860c5ccc43420263f12a4d6a46f987b8a6 (diff) | |
Fix for compile bug in Windows DS and library configure in linux (GS).
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 422d257..13132aa 100644 --- a/configure.ac +++ b/configure.ac @@ -48,7 +48,7 @@ AC_CANONICAL_HOST AC_SUBST( sharedlib, ["librtaudio.so"] ) AC_SUBST( sharedname, ["librtaudio.so.\$(RELEASE)"] ) -AC_SUBST( libflags, ["-shared -Wl,-soname,\$(SHAREDLIB).\$(MAJOR) -o \$(SHAREDLIB).\$(RELEASE)"] ) +AC_SUBST( libflags, ["-shared -Wl,-soname,\$(SHARED).\$(MAJOR) -o \$(SHARED).\$(RELEASE)"] ) case $host in *-apple*) AC_SUBST( sharedlib, ["librtaudio.dylib"] ) |
