Skip to content

Commit

Permalink
+ enabled compilation of package symbolic for wasm32-wasi
Browse files Browse the repository at this point in the history
  • Loading branch information
nickysn committed Jun 21, 2022
1 parent 8920a4c commit 7f34f27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/symbolic/fpmake.pp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
P.Email := '';
P.Description := 'Expression parser with support for fast evaluation';
P.NeedLibC:= false;
P.OSes:=P.OSes-[embedded,msdos,win16,macosclassic,palmos,zxspectrum,msxdos,amstradcpc,sinclairql,wasi];
P.OSes:=P.OSes-[embedded,msdos,win16,macosclassic,palmos,zxspectrum,msxdos,amstradcpc,sinclairql];
if Defaults.CPU=jvm then
P.OSes := P.OSes - [java,android];

Expand Down

0 comments on commit 7f34f27

Please sign in to comment.