Use /usr/lib64 instead of /usr/lib, which makes it compatible with gentoo
This commit is contained in:
2
build.sh
2
build.sh
@@ -2,7 +2,7 @@
|
||||
|
||||
dependencies="glew libavcodec libavformat libavutil x11 xcomposite glfw3 libpulse-simple libswresample"
|
||||
includes="$(pkg-config --cflags $dependencies) -I/opt/cuda/targets/x86_64-linux/include"
|
||||
libs="$(pkg-config --libs $dependencies) /usr/lib/libcuda.so -ldl -pthread -lm"
|
||||
libs="$(pkg-config --libs $dependencies) /usr/lib64/libcuda.so -ldl -pthread -lm"
|
||||
g++ -c src/sound.cpp -O2 $includes -DPULSEAUDIO=1
|
||||
g++ -c src/main.cpp -O2 $includes -DPULSEAUDIO=1
|
||||
g++ -o gpu-screen-recorder -O2 sound.o main.o -s $libs
|
||||
|
||||
Reference in New Issue
Block a user