mirror of
https://github.com/virtcode/hypr-dynamic-cursors
synced 2025-09-19 16:13:21 +02:00
fix: proper reloads with --no-gnu-unique
This commit is contained in:
parent
99e72b979d
commit
17f8bc1c62
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -5,7 +5,7 @@ all: $(PLUGIN_NAME).so
|
||||||
|
|
||||||
$(PLUGIN_NAME).so: $(SOURCE_FILES)
|
$(PLUGIN_NAME).so: $(SOURCE_FILES)
|
||||||
mkdir -p out
|
mkdir -p out
|
||||||
g++ -shared -Wall -fPIC $(SOURCE_FILES) -g -DWLR_USE_UNSTABLE `pkg-config --cflags pixman-1 libdrm hyprland` -std=c++23 -o out/$(PLUGIN_NAME).so
|
g++ -shared -Wall --no-gnu-unique -fPIC $(SOURCE_FILES) -g -DWLR_USE_UNSTABLE `pkg-config --cflags pixman-1 libdrm hyprland` -std=c++23 -o out/$(PLUGIN_NAME).so
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f out/$(PLUGIN_NAME).so
|
rm -f out/$(PLUGIN_NAME).so
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue