Skip to content

Commit

Permalink
esy.json: use #{self.jobs}
Browse files Browse the repository at this point in the history
  • Loading branch information
ManasJayanth authored Oct 23, 2024
1 parent 2da2d42 commit 6484ca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esy.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"PREFIX": "$cur__install",
"CC_PREFIX": "#{os == 'windows' ? 'x86_64-w64-mingw32-': '' }"
},
"build": ["./configure", "make"],
"build": ["./configure", "make -j#{self.jobs}"],
"install": "make install",
"buildsInSource": true,
"exportedEnv": {
Expand Down

0 comments on commit 6484ca9

Please sign in to comment.