[Gambas-user] binaries not compiling with force bytecode setting
Benoît Minisini
benoit.minisini at gambas-basic.org
Fri Jan 5 12:43:02 CET 2024
Le 05/01/2024 à 12:11, Bruce Steers a écrit :
> I found the problem Ben.
> line 2168 Project.module
>
> If ForceBytecodeVersion Then sExec &= "-b " & ForceBytecodeVersion
>
> Should be
> If ForceBytecodeVersion Then sExec &= "-b " & ForceBytecodeVersion & " "
>
> Respects
> BruceS
>
Oops. Fixed.
--
Benoît Minisini.
More information about the User
mailing list