Skip to content

Commit

Permalink
Running wx needs SMP to be enabled -- really
Browse files Browse the repository at this point in the history
  • Loading branch information
kostis committed Sep 27, 2011
1 parent f2b8d63 commit 08d3dc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ scripts: run.sh test.sh

run.sh:
printf "#%c/bin/bash\n \
erl -noinput -sname $(APP_STRING) -pa $(EBIN) -s gui start -s init stop" ! \
erl -smp enable -noinput -sname $(APP_STRING) -pa $(EBIN) -s gui start -s init stop" ! \
> run.sh
chmod +x run.sh

Expand Down

0 comments on commit 08d3dc3

Please sign in to comment.