Skip to content

Commit

Permalink
Revert "unix config fix: there should be no space after -L option"
Browse files Browse the repository at this point in the history
This reverts commit 720c75b.
  • Loading branch information
nicolas-cellier-aka-nice committed Mar 22, 2017
1 parent 720c75b commit de16836
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 de16836

Please sign in to comment.