summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Levy <alon@pobox.com>2013-05-17 16:39:42 -0400
committerAlon Levy <alon@pobox.com>2013-05-17 16:39:45 -0400
commit99ab1515a05608bfbd3e377b86008eb307590f52 (patch)
tree0788289b954b8f2da2b11e99bff46799fd025fec
parent6c3ab15cadc20812544327ac77ce4ede7954336f (diff)
xddm/build.bat: fix default SPICE_COMMON_DIR
a result of creating the xddm/wddm split.
-rwxr-xr-xxddm/build.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/xddm/build.bat b/xddm/build.bat
index 1d19875..2d83934 100755
--- a/xddm/build.bat
+++ b/xddm/build.bat
@@ -13,7 +13,7 @@ if not DEFINED BUILD_ALT_DIR (
goto exit
)
if not DEFINED SPICE_COMMON_DIR (
- set SPICE_COMMON_DIR=%CD%\..\spice-protocol
+ set SPICE_COMMON_DIR=%CD%\..\..\spice-protocol
)
set TARGET=install_%BUILD_ALT_DIR%