aboutsummaryrefslogtreecommitdiffstats
path: root/changelogs/changes-2.1.1.md
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2023-07-31 16:43:20 +0200
committerChristian Kandeler <christian.kandeler@qt.io>2023-08-01 10:36:02 +0000
commit65a106c95945338df4bfebd03390d7572eb1b09a (patch)
tree93539fbc2f385d0578532cde2c53673395d16e2a /changelogs/changes-2.1.1.md
parent1630caa45fd86995fb165286ff7471677bd3a873 (diff)
QuickJS: Fix building on x86v2.1.1
Fixes: QBS-1744 Change-Id: Ic2a35650ac6dc00b63d7d274d4feba46cae676cb Reviewed-by: Ivan Komissarov <ABBAPOH@gmail.com>
Diffstat (limited to 'changelogs/changes-2.1.1.md')
-rw-r--r--changelogs/changes-2.1.1.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelogs/changes-2.1.1.md b/changelogs/changes-2.1.1.md
index 760149718..d0cdaad4f 100644
--- a/changelogs/changes-2.1.1.md
+++ b/changelogs/changes-2.1.1.md
@@ -1,6 +1,7 @@
# General
* Fixed Probe lookup in multiplexed products.
* Fixed excessively slow module merging in some circumstances.
+* Fixed building QuickJS on x86 systems.
# Contributors
* Christian Kandeler