use dryice from submodule

This commit is contained in:
Fabian Jakobs 2011-07-20 10:57:14 +02:00
commit 5197718a2f

View file

@ -72,7 +72,7 @@ if (!target) {
console.log("using targetDir '", targetDir, "'");
var copy = require('dryice').copy;
var copy = require('./support/dryice/lib/dryice').copy;
var aceHome = __dirname;