| Index: client/tools/htmlconverter.py
|
| ===================================================================
|
| --- client/tools/htmlconverter.py (revision 1620)
|
| +++ client/tools/htmlconverter.py (working copy)
|
| @@ -190,7 +190,8 @@
|
| 'frog', 'bin', 'frogsh'))
|
| if not exists(binary):
|
| raise ConverterException(FROG_NOT_FOUND_ERROR % DART_PATH)
|
| - cmd = [binary, '--compile-only',
|
| + cmd = [binary, '--compile-only',
|
| + '--libdir=' + join(DART_PATH, 'frog', 'lib'),
|
| '--out=' + self.outputFileName(inputfile, outdir)]
|
| if self.extra_flags != "":
|
| cmd.append(self.extra_flags);
|
|
|