Include LD_LIBRARY_PATH to ensure built wlroots DSO is loaded

Nathan Schulte 2020-10-07 10:15:06 -05:00
parent 67574d12ef
commit 43b95c09c0

@ -44,7 +44,7 @@ meson build/
ninja -C build/ ninja -C build/
# Start sway # Start sway
build/sway/sway LD_LIBRARY_PATH=build/subprojects/wlroots build/sway/sway
``` ```
To enable the address sanitizer (ASan) and the undefined behavior sanitizer (UBSan), add `-Db_sanitize=address,undefined` to the `meson` command. To enable the address sanitizer (ASan) and the undefined behavior sanitizer (UBSan), add `-Db_sanitize=address,undefined` to the `meson` command.