Closed Kangaroux closed 4 years ago
The debug build works fine but when you bundle the app into a single executable it can't find libbass. It works if you run LD_LIBRARY_PATH=$LD_LIBRARY_PATH:. ./OpenChart
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:. ./OpenChart
📖 Overview
The debug build works fine but when you bundle the app into a single executable it can't find libbass. It works if you run
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:. ./OpenChart