Merge pull request #1471 from SimulaVR/tinywl-lib-order

Fix tinywl linking order (#1463)
This commit is contained in:
emersion 2019-01-16 16:44:46 +01:00 committed by GitHub
commit 10b1de6e71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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