Merge pull request #27250 from ck3d/fix-emscriptenStdenv-autogen
emsciptenStdenv: allow reuse without ./autogen.sh
This commit is contained in:
commit
d7a4998535
@ -22,8 +22,6 @@ pkgs.stdenv.mkDerivation (
|
||||
HOME=$TMPDIR
|
||||
runHook preConfigure
|
||||
|
||||
# probably requires autotools as dependency
|
||||
./autogen.sh
|
||||
emconfigure ./configure --prefix=$out
|
||||
|
||||
runHook postConfigure
|
||||
|
Loading…
Reference in New Issue
Block a user