Skip to content

Commit

Permalink
[js] Fix .precomp-ext and .precomp-target
Browse files Browse the repository at this point in the history
  • Loading branch information
pmurias committed Mar 1, 2018
1 parent 2de8a7e commit 25c83ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/VM.pm
Expand Up @@ -43,8 +43,8 @@ class VM does Systemic {
$!auth = "unknown";
$!version = Version.new("unknown");
$!prefix = 'todo-prefix';
$!precomp-ext = "todo-precomp-exit";
$!precomp-target = "todo-precomp-target";
$!precomp-ext = "js";
$!precomp-target = "js";
#?endif
# add new backends here please
}
Expand Down

0 comments on commit 25c83ce

Please sign in to comment.