Skip to content

Commit

Permalink
unix config fix: there should be no space after -L option
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-cellier-aka-nice committed Mar 22, 2017
1 parent 3bfd04a commit 720c75b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platforms/unix/plugins/XDisplayControlPlugin/Makefile.inc
@@ -1,3 +1,3 @@
XCPPFLAGS= -I$(topdir)/platforms/Cross/plugins/FilePlugin -I$(topdir)/platforms/Cross/plugins/SocketPlugin
XINCLUDES= $(X_INCLUDES)
XLDFLAGS= $(X_LIBS) -L ../vm-display-X11/.libs -lvm-display-X11
XLDFLAGS= $(X_LIBS) -L../vm-display-X11/.libs -lvm-display-X11

0 comments on commit 720c75b

Please sign in to comment.