Skip to content

Commit

Permalink
github actions fix
Browse files Browse the repository at this point in the history
  • Loading branch information
levoncrypto committed Dec 30, 2023
1 parent f4a9c7d commit fe61180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dash_masternode_tool.spec
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ data_files += collect_data_files('btchip')
data_files += collect_data_files('keepkeylib')

if os_type == 'darwin':
add_binary_file('/opt/local/lib/libusb-1.0.dylib', '.')
add_binary_file('/usr/local/lib/libusb-1.0.dylib', '.')
elif os_type == 'linux':
add_binary_file(find_file_in_dirs(('/usr/lib', '/usr/lib64', '/usr/lib/x86_64-linux-gnu'),
'libxcb-xinerama.so.0'), '.')
Expand Down

0 comments on commit fe61180

Please sign in to comment.