bkaradzic / GENie

GENie - Project generator tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FreeBSD build broken

0-wiz-0 opened this issue · comments

makefile uses

        $(SILENT) $(MAKE) -C build/$(PROJECT_TYPE).$(OS)

to build, and $(OS) is set to bsd in the freebsd case https://github.com/bkaradzic/GENie/blob/master/makefile#L15 but the directory in build is called gmake.freebsd https://github.com/bkaradzic/GENie/tree/master/build/gmake.freebsd

#553 contains a possible fix.

For some reason it works. The only place it does not work, is the bundled old copy in MAME, where the directory has to be renamed.

There is no maintainer for any of BSD...