mirror of
https://github.com/Fishwaldo/ozw-admin.git
synced 2025-03-16 03:41:39 +00:00
really fix rpath setup now
This commit is contained in:
parent
ec2f3b7ea9
commit
1e9d170b6e
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ QTPLUGIN_NAME_REGEX = r'^(?:@executable_path)?/.*/[pP]lug[iI]ns/(.*)/(.*).dylib$
|
|||
QTPLUGIN_NORMALIZED = r'$prefix/PlugIns/$plugintype/$pluginname.dylib'
|
||||
|
||||
#BREWLIB_REGEX = r'^//usr/local/.*//(.*)'
|
||||
BREWLIB_REGEX =r'.*(.*openzwave.*dylib)'
|
||||
BREWLIB_REGEX =r'.*(lib.*openzwave.*dylib)'
|
||||
BREWLIB_NORMALIZED = r'$prefix/Frameworks/$brewlib'
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue