aboutsummaryrefslogtreecommitdiffstats
path: root/examples/hello_sdl/start.sh
diff options
context:
space:
mode:
Diffstat (limited to 'examples/hello_sdl/start.sh')
-rwxr-xr-xexamples/hello_sdl/start.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/hello_sdl/start.sh b/examples/hello_sdl/start.sh
index 3d44558..a1c254b 100755
--- a/examples/hello_sdl/start.sh
+++ b/examples/hello_sdl/start.sh
@@ -1,2 +1,2 @@
#!/bin/sh
-erl +stbt db -pa ../../ebin -eval "hello_sdl:run()."
+erl -smp enable +stbt db -pa ../../ebin -eval "hello_sdl:run()."