linuxPaths constant

List<String> const linuxPaths

Implementation

static const List<String> linuxPaths = [
  "/usr/lib",
  "/usr/lib/csound",
  "/usr/local/lib",
  "/usr/local/lib/csound",
  "/usr/lib/x64",
  "/usr/lib/x64/csound",
  "/usr/local/lib/x64",
  "/usr/local/lib/x64/csound",
];