mirror of
https://github.com/swaywm/sway.git
synced 2024-11-24 08:51:27 +00:00
Include LD_LIBRARY_PATH to ensure built wlroots DSO is loaded
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.
|
||||||
|
|
Loading…
Reference in a new issue