Skip to content

Commit

Permalink
add textshaping to -j1
Browse files Browse the repository at this point in the history
  • Loading branch information
RensDofferhoff authored Jan 21, 2025
1 parent c48b76b commit 7024b91
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Modules/install-module.R.in
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ options("JASP_RENV_INSTALL_OPTIONS" = list(
ragg = list(before = setMakeFlagsToOne, after = defaultMakeFlags),
V8 = list(before = setMakeFlagsToOne, after = defaultMakeFlags),
Boom = list(before = setMakeFlagsToOne, after = defaultMakeFlags),
curl = list(before = setMakeFlagsToOne, after = defaultMakeFlags)
curl = list(before = setMakeFlagsToOne, after = defaultMakeFlags),
textshaping = list(before = setMakeFlagsToOne, after = defaultMakeFlags)
))
options(renv.config.install.verbose = TRUE)
configureVars = NULL
Expand Down

0 comments on commit 7024b91

Please sign in to comment.