summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrgs <rgs@web>2010-11-23 03:01:16 -0800
committerXCB site <xcb@freedesktop.org>2010-11-23 03:01:16 -0800
commit153a42ff2a3ffe246d1ff5c0263e0ddf5f46f102 (patch)
tree25002fd27f3d2e7c15d3f8539784b241a1c77e3f
parentec984a0f11125d4ab0d36e62225a3f7938adc019 (diff)
-rw-r--r--win32port.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32port.mdwn b/win32port.mdwn
index 91a2233..f885083 100644
--- a/win32port.mdwn
+++ b/win32port.mdwn
@@ -98,7 +98,7 @@ The following lists the process I used to compile XCB under MinGW on my Debian s
-- set the environment variable LIBS to include the ws2\_32 and pthreadGC2 library
-* export LIBS=-lws2\_32 -lpthreadGC2
+* export LIBS="-lws2\_32 -lpthreadGC2"
-- configure and build: