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

Fix tinywl linking order (#1463)
master
emersion 6 years ago committed by GitHub
commit 10b1de6e71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -20,8 +20,8 @@ tinywl: tinywl.c xdg-shell-protocol.h xdg-shell-protocol.c
$(CC) $(CFLAGS) \ $(CC) $(CFLAGS) \
-g -Werror -I. \ -g -Werror -I. \
-DWLR_USE_UNSTABLE \ -DWLR_USE_UNSTABLE \
$(LIBS) \ -o $@ $< \
-o $@ $< $(LIBS)
clean: clean:
rm -f tinywl xdg-shell-protocol.h xdg-shell-protocol.c rm -f tinywl xdg-shell-protocol.h xdg-shell-protocol.c

Loading…
Cancel
Save