Open fpesari opened 3 years ago
https://github.com/Houston4444/RaySession/blob/46bccb883c6d5a08a0bbfc3b6fe8c0e4e0085786/Makefile#L6
This line disallows the PREFIX variable from being set, since it assigns it unconditionally. The right line would be
PREFIX ?= /usr/local
https://github.com/Houston4444/RaySession/blob/46bccb883c6d5a08a0bbfc3b6fe8c0e4e0085786/Makefile#L6
This line disallows the PREFIX variable from being set, since it assigns it unconditionally. The right line would be