#!/bin/bash set -e flags="-DGLFW_USE_WAYLAND=ON" # compile glfw for wayland instead of X11 cmake $flags . cmake --build . ./bin/loader/loader