From f8eaa681b74f3f6f4ef30380650c5073aac71193 Mon Sep 17 00:00:00 2001 From: Cam Date: Sat, 2 Mar 2024 23:41:11 -0500 Subject: [PATCH] Update _installWayland.sh --- src/_installWayland.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_installWayland.sh b/src/_installWayland.sh index 2e50d09..196f072 100644 --- a/src/_installWayland.sh +++ b/src/_installWayland.sh @@ -14,7 +14,7 @@ command -v g++ >/dev/null 2>&1 || { clear -x printf "Compiling code...\n" -g++ -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/dbus-1.0 ./src/nagaWayland.cpp -o ./src/nagaWayland -pthread -Ofast --std=c++2b -ldbus-1 +g++ -I/usr/lib64/dbus-1.0/include -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/dbus-1.0 ./src/nagaWayland.cpp -o ./src/nagaWayland -pthread -Ofast --std=c++2b -ldbus-1 if [ ! -f ./src/nagaWayland ]; then