Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
niecza now uses "make", and the executable is different
  • Loading branch information
moritz committed Jan 16, 2011
1 parent 9961391 commit 83a6deb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build-scripts/rebuild-niecza.sh
Expand Up @@ -4,4 +4,4 @@ PATH=/usr/local/bin:/usr/bin:/bin:/usr/games
echo "updating niecza"
cd ~/niecza/
git pull
xbuild
make
2 changes: 1 addition & 1 deletion evalbot.pl
Expand Up @@ -90,7 +90,7 @@ package Evalbot;
# },
niecza => {
chdir => "$home/niecza",
cmd_line => 'cat %i| perl niecza_eval --safe %program >> %out 2>&1',
cmd_line => 'cat %i| ./run/Niecza.exe --safe %program >> %out 2>&1',
revision => sub { get_revision_from_file('~/niecza/VERSION')},
},
nqpnet => {
Expand Down

0 comments on commit 83a6deb

Please sign in to comment.