Skip to content

Commit cc39b65

Browse files
committed
oops (thanks @mhofman)
1 parent 0c907e2 commit cc39b65

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/makefiles/lin/tools.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ PRELOADS =\
173173
-p unicode-ranges.xsb\
174174
-p file.xsb\
175175
-p url.xsb
176-
CREATION = -c 134217728,16777216,8388608,1048576,16384,16384.0,1993,127,32768,1993,0,main
176+
CREATION = -c 134217728,16777216,8388608,1048576,16384,16384,0,1993,127,32768,1993,0,main
177177

178178
HEADERS = \
179179
$(COMMODETTO)/commodettoBitmap.h \

build/makefiles/wasm/tools.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ PRELOADS =\
169169
-p resampler.xsb\
170170
-p unicode-ranges.xsb\
171171
-p file.xsb
172-
CREATION = -c 134217728,16777216,8388608,1048576,16384,16384.0,1993,127,32768,1993,0,main
172+
CREATION = -c 134217728,16777216,8388608,1048576,16384,16384,0,1993,127,32768,1993,0,main
173173

174174
HEADERS = \
175175
$(COMMODETTO)/commodettoBitmap.h \

0 commit comments

Comments
 (0)