summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard Jones <rich@koneko.home.annexia.org>2010-03-21 17:13:07 +0000
committerRichard Jones <rich@koneko.home.annexia.org>2010-03-22 10:41:44 +0000
commit1bf76681103c755b1a650e002292aa33f7d0babf (patch)
tree40cf05daa477731396af5385d7f637d023644519 /src
parentdf54298591bec8d34e7855c3528a2d5d450ffb20 (diff)
downloadlibguestfs-1bf76681103c755b1a650e002292aa33f7d0babf.tar.gz
libguestfs-1bf76681103c755b1a650e002292aa33f7d0babf.tar.xz
libguestfs-1bf76681103c755b1a650e002292aa33f7d0babf.zip
generator: Small fix for GODI users.
GODI has an odd package layout, so the generator was unable to find xml-light. Add the GODI directory to the search path.
Diffstat (limited to 'src')
-rwxr-xr-xsrc/generator.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/generator.ml b/src/generator.ml
index fdd228eb..92a77359 100755
--- a/src/generator.ml
+++ b/src/generator.ml
@@ -42,6 +42,7 @@
#load "unix.cma";;
#load "str.cma";;
#directory "+xml-light";;
+#directory "+../pkg-lib/xml-light";; (* for GODI users *)
#load "xml-light.cma";;
open Unix