Skip to content

Commit 0a1ba46

Browse files
authored
Use #{self.install} instead of $cur__target
1 parent acefc47 commit 0a1ba46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "BuckleScript's OCaml Compiler as an npm Package",
55
"esy": {
66
"build": [
7-
"./esy-configure -no-cfi -prefix $cur__target",
7+
"./esy-configure -no-cfi -prefix #{self.install}",
88
"./esy-build",
99
[
1010
"cp",

0 commit comments

Comments
 (0)