瀏覽代碼

damn github built-in editor

Juan Linietsky 10 年之前
父節點
當前提交
e1e54d39e4
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      platform/x11/detect.py

+ 1 - 1
platform/x11/detect.py

@@ -126,7 +126,7 @@ def configure(env):
 	env.ParseConfig('pkg-config x11 --cflags --libs')
 	env.ParseConfig('pkg-config x11 --cflags --libs')
 	env.ParseConfig('pkg-config xinerama --cflags --libs')
 	env.ParseConfig('pkg-config xinerama --cflags --libs')
 	env.ParseConfig('pkg-config xcursor --cflags --libs')
 	env.ParseConfig('pkg-config xcursor --cflags --libs')
-	if (env("openssl"]=="yes"):
+	if (env["openssl"]=="yes"):
 		env.ParseConfig('pkg-config openssl --cflags --libs')
 		env.ParseConfig('pkg-config openssl --cflags --libs')