summaryrefslogtreecommitdiff
path: root/otp_build
diff options
context:
space:
mode:
authorLukas Larsson <lukas@erlang.org>2020-07-08 17:18:54 +0200
committerLukas Larsson <lukas@erlang.org>2020-09-22 07:51:41 +0200
commitb165524c73283edbe8576fd9b8a5ed9ead38364f (patch)
tree668529c86460122ef0a0312ee16d990838bf7919 /otp_build
parente51cbb1dc9001eb03db2bfe527ff467b841e45b5 (diff)
downloaderlang-b165524c73283edbe8576fd9b8a5ed9ead38364f.tar.gz
erts: Implement the BeamAsm JIT
Co-authored-by: John Högberg <john@erlang.org> Co-authored-by: Dan Gudmundsson <dgud@erlang.org> Co-authored-by: Björn Gustavsson <bjorn@erlang.org>
Diffstat (limited to 'otp_build')
-rwxr-xr-xotp_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/otp_build b/otp_build
index 841cddf7f7..c45ce370c8 100755
--- a/otp_build
+++ b/otp_build
@@ -972,7 +972,7 @@ do_debuginfo_win32 ()
fi
BINDIR="$ERL_TOP/bin/$TARGET"
EVSN=`grep '^VSN' erts/vsn.mk | sed 's,^VSN.*=[^0-9]*\([0-9].*\)$,@\1,g;s,^[^@].*,,g;s,^@,,g'`
- for f in beam.debug.smp.dll beam.smp.pdb erl.pdb werl.pdb erlexec.pdb; do
+ for f in beam.debug.smp.dll beam.smp.pdb beam.debug.smp.dll.pdb erl.pdb werl.pdb erlexec.pdb; do
if [ -f $BINDIR/$f ]; then
rm -f $RELDIR/erts-$EVSN/bin/$f
cp $BINDIR/$f $RELDIR/erts-$EVSN/bin/$f