Skip to content

Commit

Permalink
without-snapshot now needs to be specified twice?
Browse files Browse the repository at this point in the history
  • Loading branch information
minrk committed Jul 30, 2019
1 parent 8ea6752 commit bde6210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipe/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ echo "sysroot: ${CONDA_BUILD_SYSROOT:-unset}"

# The without snapshot comes from the error in
# https://github.com/nodejs/node/issues/4212.
./configure --prefix=$PREFIX --without-snapshot
./configure --prefix=$PREFIX --without-snapshot --without-node-snapshot
make -j${CPU_COUNT}
make install > /dev/null

Expand Down

0 comments on commit bde6210

Please sign in to comment.