Skip to content

Commit

Permalink
Merge pull request #5 from martinRenou/postcb
Browse files Browse the repository at this point in the history
Add emscripten wasm filetype patch
  • Loading branch information
DerThorsten committed Aug 8, 2022
2 parents 1f61682 + 75aeabe commit 92064d2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions boa/core/monkeypatch.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import os
import os
import sys


Expand Down Expand Up @@ -37,6 +37,10 @@
from conda_build import utils,environ
from conda_build.features import feature_list
from conda_build.conda_interface import string_types
from conda_build.post import filetypes_for_platform


filetypes_for_platform["emscripten"] = ["wasm"]


def ns_cfg(config):
Expand Down Expand Up @@ -160,4 +164,3 @@ def get_shlib_ext(host_platform):
else:
raise NotImplementedError(host_platform)
environ.get_shlib_ext = get_shlib_ext

0 comments on commit 92064d2

Please sign in to comment.