To clarify, the Ant targets that I mention in this post are stage-source and stage-compiler in royale-compiler/build.xml. There's also a stage-source in royale-asjs/build.xml, but that's different.
-- Josh Tynjala Bowler Hat LLC <https://bowlerhat.dev> On Fri, Jul 23, 2021 at 9:51 AM Josh Tynjala <[email protected]> wrote: > It looks like the compiler-playerglobalc directory is missing from the > source bundle. This causes the build to fail when running the approval > script. > > In build.xml, I think that stage-source (or one of the other targets that > it calls) needs to be updated to include compiler-playerglobalc. In > stage-compiler, you can see how it copies the files for the other compiler > modules. It's probably as easy as copy-pasting the section for > compiler-externc and changing the compiler-externc paths to > compiler-playerglobalc. > > -- > Josh Tynjala > Bowler Hat LLC <https://bowlerhat.dev> > > > On Fri, Jul 23, 2021 at 8:14 AM <[email protected]> wrote: > >> This is the discussion thread. >> >> Thanks, >> Yishay Weiss > >
