Rosalie241 / RMG

Rosalie's Mupen GUI
GNU General Public License v3.0
611 stars 52 forks source link

Ninja backend support, please #85

Closed Valmar33 closed 1 year ago

Valmar33 commented 1 year ago
CMake Error:
  Running

   '/usr/bin/ninja' '-C' '/tmp/makepkg/rmg-git/src/rmg/build' '-t' 'recompact'

  failed with:

   ninja: error: build.ninja:260: bad $-escape (literal $ must be written as $$)

CMake Generate step failed.  Build files cannot be regenerated correctly.
Rosalie241 commented 1 year ago

Fixed in master, I've also updated the AUR PKGBUILD to use ninja by default now, thanks for the report! :heart:

JakobDev commented 1 year ago

For the Flatpak, you can use cmake-ninja instead of cmake as Buildsystem, if you want to use the Ninja backend.