Fix library spec.
authorCarl Hetherington <cth@carlh.net>
Mon, 12 Nov 2018 22:30:58 +0000 (22:30 +0000)
committerCarl Hetherington <cth@carlh.net>
Mon, 12 Nov 2018 22:30:58 +0000 (22:30 +0000)
src/wx/wscript

index 5207608bbde44bd874d0d2e1994e63ea19e9ebfd..5c026284e8bfe6e78d1d8c341378bc7f7c8d6324 100644 (file)
@@ -218,8 +218,7 @@ def configure(conf):
                             int main() { throw RtError("Hello"); }
                            """,
                    msg='Checking for RtError class',
-                   libpath='/usr/local/lib',
-                   lib=['rtaudio'],
+                   use='RTAUDIO',
                    uselib_store='',
                    define_name='DCPOMATIC_USE_RTERROR',
                    mandatory=False)