ilia3101 / MLV-App

All in one MLV processing app.
https://mlv.app/
GNU General Public License v3.0
283 stars 29 forks source link

Linux: LIBS-Path #170

Closed seescho closed 5 years ago

seescho commented 5 years ago

LIBS += -L/usr/local/opt/llvm/lib -lgomp The path in openSUSE Tumbleweed is different to this described here. The Compiler should find the Libs-path automatically. So the path must not be declared explicitly. This works in openSUSE Tumbleweed. Please check that in Ubuntu, too.

masc4ii commented 5 years ago

Thanks. Yes, this seems to work on Ubuntu too.