Browse Source

grunt: fix compilation of pystone

Manfred Kroehnert 11 năm trước cách đây
mục cha
commit
f4352c3b53
1 tập tin đã thay đổi với 2 bổ sung3 xóa
  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',