z00m128 / sjasmplus

Command-line cross-compiler of assembly language for Z80 CPU.
http://z00m128.github.io/sjasmplus/
BSD 3-Clause "New" or "Revised" License
383 stars 54 forks source link

Fixed CMakeLists.txt and Makefile #204

Closed cizo2000 closed 1 year ago

cizo2000 commented 1 year ago
  1. Fixed CMakeLists.txt, working correctly with Gentoo Ebuilds

Gentoo emerge was not able to install binaries with incorrectly linked Lua library. It works now:

  1. Fixed Makefile, make USE_BUNDLED_LUA=0 works
ped7g commented 1 year ago

manually rebased and merged, thank you.