Skip to content

Commit

Permalink
Update _installWayland.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
lostallmymoney committed Mar 3, 2024
1 parent bfe58a6 commit f8eaa68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_installWayland.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f8eaa68

Please sign in to comment.