Skip to content

Commit

Permalink
Update r-base (#1835)
Browse files Browse the repository at this point in the history
Spread WASM_BIGINT
  • Loading branch information
IsabelParedes authored Jan 31, 2025
1 parent c92f430 commit 33b8d31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion recipes/recipes_emscripten/r-base/config.site
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ SHLIB_LDFLAGS="-sSIDE_MODULE=1 -sWASM_BIGINT"
## on macOS systems using Fink with root '/sw'.
## On some Linux 64-bit systems its default is -L/usr/local/lib64.
## If LIBnn is set it defaults to -L/usr/local/$LIBnn.
LDFLAGS="-L$PREFIX/lib"
LDFLAGS="-L$PREFIX/lib -sWASM_BIGINT"


## The command which runs the C++ compiler.
Expand Down
2 changes: 1 addition & 1 deletion recipes/recipes_emscripten/r-base/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ source:
- patches/0014-Set-cairo-as-default-bitmap-type.patch

build:
number: 9
number: 10

requirements:
build:
Expand Down

0 comments on commit 33b8d31

Please sign in to comment.