Skip to content

Commit

Permalink
Switch to POSIX sh in configure override
Browse files Browse the repository at this point in the history
  • Loading branch information
georgestagg committed Dec 12, 2023
1 parent 037f003 commit 10816f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inst/configure
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh

# TODO: Handle non-Autoconf configure scripts that might not support --host
# Bash is needed for scripts without shebang
emconfigure bash -c './configure.orig --host=wasm32-unknown-emscripten'
# sh is needed for scripts without shebang
emconfigure sh -c './configure.orig --host=wasm32-unknown-emscripten'

0 comments on commit 10816f1

Please sign in to comment.