logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git

config.myr (418B)


  1. pkg config =
  2. const Sys = "Linux"
  3. const Linkcmd = ["ld"]
  4. const Dlflags : byte[:][0] = []
  5. const Manpath = "share/man/man"
  6. const Instroot = "/"
  7. const Objsuffix = ".o"
  8. const Arcmd = ["ar", "-rcs"]
  9. const Ascmd = ["as"]
  10. const Directlib = false
  11. const Runtime = "_myrrt.o"
  12. const Sharepath = "share"
  13. const Binpath = "bin"
  14. const Libpath = "lib/myr"
  15. const Env : (byte[:], byte[:])[:] = [][:]
  16. const Arch = "x64"
  17. ;;