aboutsummaryrefslogtreecommitdiff
path: root/lux-php/commands.md
diff options
context:
space:
mode:
Diffstat (limited to 'lux-php/commands.md')
-rw-r--r--lux-php/commands.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/lux-php/commands.md b/lux-php/commands.md
index 618c13c52..e23e50b1a 100644
--- a/lux-php/commands.md
+++ b/lux-php/commands.md
@@ -11,7 +11,6 @@ cd ~/lux/lux-php/ && lein clean && lein lux auto test
```
## Develop
-## NOTE: Must set lux/control/concurrency/thread.parallelism = 1 before compiling to make sure JPHP doesn't cause trouble.
cd ~/lux/lux-php/ \
&& lein clean \
&& lein lux auto build
@@ -30,7 +29,7 @@ cd ~/lux/lux-php/ \
## Compile Lux's Standard Library's tests using a JVM-based compiler.
cd ~/lux/stdlib/ \
&& lein clean \
-&& time java -jar ~/lux/lux-php/target/program.jar build --source ~/lux/stdlib/source --target ~/lux/stdlib/target --module test/lux
+&& time java -jar ~/lux/lux-php/jvm_based_compiler.jar build --source ~/lux/stdlib/source --target ~/lux/stdlib/target --module test/lux
php -f ~/lux/stdlib/target/program.php
```