瀏覽代碼

grunt: fix compilation of pystone

Manfred Kroehnert 11 年之前
父節點
當前提交
f4352c3b53
共有 1 個文件被更改,包括 2 次插入3 次删除
  1. 2 3
      nodejs/Gruntfile.js

+ 2 - 3
nodejs/Gruntfile.js

@@ -29,10 +29,9 @@ module.exports = function(grunt) {
         output_name: 'Program'
       },
       pystone: {
-        working_dir: 'pystone',
-        src: ['Pystone.st'],
+        src: ['pystone/Pystone.st'],
         main_class: 'Pystone',
-        output_name: 'Program'
+        output_name: 'pystone/Program'
       },
       trivialserver: {
         working_dir: 'trivialserver',