mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2024-11-22 07:02:28 +00:00
Merge pull request #1471 from SimulaVR/tinywl-lib-order
Fix tinywl linking order (#1463)
This commit is contained in:
commit
10b1de6e71
@ -20,8 +20,8 @@ tinywl: tinywl.c xdg-shell-protocol.h xdg-shell-protocol.c
|
||||
$(CC) $(CFLAGS) \
|
||||
-g -Werror -I. \
|
||||
-DWLR_USE_UNSTABLE \
|
||||
$(LIBS) \
|
||||
-o $@ $<
|
||||
-o $@ $< \
|
||||
$(LIBS)
|
||||
|
||||
clean:
|
||||
rm -f tinywl xdg-shell-protocol.h xdg-shell-protocol.c
|
||||
|
Loading…
Reference in New Issue
Block a user