From cc39b653e5f2e0e29bd99e00cd5d08bbc68208b5 Mon Sep 17 00:00:00 2001 From: Peter Hoddie Date: Fri, 10 Feb 2023 14:52:42 -0800 Subject: [PATCH] oops (thanks @mhofman) --- build/makefiles/lin/tools.mk | 2 +- build/makefiles/wasm/tools.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/makefiles/lin/tools.mk b/build/makefiles/lin/tools.mk index 1e917c1ded..6429be9567 100644 --- a/build/makefiles/lin/tools.mk +++ b/build/makefiles/lin/tools.mk @@ -173,7 +173,7 @@ PRELOADS =\ -p unicode-ranges.xsb\ -p file.xsb\ -p url.xsb -CREATION = -c 134217728,16777216,8388608,1048576,16384,16384.0,1993,127,32768,1993,0,main +CREATION = -c 134217728,16777216,8388608,1048576,16384,16384,0,1993,127,32768,1993,0,main HEADERS = \ $(COMMODETTO)/commodettoBitmap.h \ diff --git a/build/makefiles/wasm/tools.mk b/build/makefiles/wasm/tools.mk index e765da9f52..1f18bb8620 100644 --- a/build/makefiles/wasm/tools.mk +++ b/build/makefiles/wasm/tools.mk @@ -169,7 +169,7 @@ PRELOADS =\ -p resampler.xsb\ -p unicode-ranges.xsb\ -p file.xsb -CREATION = -c 134217728,16777216,8388608,1048576,16384,16384.0,1993,127,32768,1993,0,main +CREATION = -c 134217728,16777216,8388608,1048576,16384,16384,0,1993,127,32768,1993,0,main HEADERS = \ $(COMMODETTO)/commodettoBitmap.h \