Skip to content

Commit

Permalink
Remove non-existsent emnm.
Browse files Browse the repository at this point in the history
It doesn't seem to exist in the the emscripten nix package.
  • Loading branch information
attilaolah committed Nov 15, 2023
1 parent 594beca commit ba7b4e0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/ffmpeg/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ CONFIGURE_OPTIONS_WASM = [
# so we pass this explicit --cc flag to set the right compiler.
"--cc=$(execpath @emscripten//:emcc)",
"--ar=$(execpath @emscripten//:emar)",
"--nm=$(execpath @emscripten//:emnm)",
"--ranlib=$(execpath @emscripten//:emranlib)",
] + CONFIGURE_OPTIONS + [
# Some of these are copied from:
Expand Down Expand Up @@ -110,7 +109,6 @@ configure_make_lib(
"//cond:emscripten": [
"@emscripten//:emar",
"@emscripten//:emcc",
"@emscripten//:emnm",
"@emscripten//:emranlib",
],
"//conditions:default": BUILD_DEPS_K8,
Expand Down Expand Up @@ -155,7 +153,6 @@ configure_make(
build_data = EM_TOOLS + [
"@emscripten//:emar",
"@emscripten//:emcc",
"@emscripten//:emnm",
"@emscripten//:emranlib",
"@ffmpeg_wasm//:bind",
"@ffmpeg_wasm//:export",
Expand Down

0 comments on commit ba7b4e0

Please sign in to comment.