Skip to content

Commit

Permalink
fix broken emscripten-abi mutex strong-export generation
Browse files Browse the repository at this point in the history
fix broken emscripten-abi mutex strong-export generation
  • Loading branch information
DerThorsten authored Jan 2, 2025
1 parent 6fb7eaa commit 2d4f258
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions recipes/recipes/emscripten_emscripten-wasm32/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ context:
version: 3.1.45

build:
number: 30
number: 31

outputs:
- package:
Expand All @@ -28,7 +28,8 @@ outputs:
- python
- nodejs 16.*
run_exports:
- ${{ pin_subpackage('emscripten-abi', lower_bound='x.x.x', upper_bound='x.x.x') }}
strong:
- ${{ pin_subpackage('emscripten-abi', lower_bound='x.x.x', upper_bound='x.x.x') }}

- package:
name: emscripten-abi
Expand Down

0 comments on commit 2d4f258

Please sign in to comment.