You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since 6069cf3 the Makefile tries to copy the compiled binary to /bin while building. This should at least be split into the install target, because it breaks building without root permissions. The previous behaviour (copying to ../shared/bin/ makes much more sense and works without root permissions.
The change breaks the InstallToUbuntu.sh script too, because it expects the binary to be in ../shared/bin/.
The text was updated successfully, but these errors were encountered:
Since 6069cf3 the Makefile tries to copy the compiled binary to /bin while building. This should at least be split into the
install
target, because it breaks building without root permissions. The previous behaviour (copying to../shared/bin/
makes much more sense and works without root permissions.The change breaks the
InstallToUbuntu.sh
script too, because it expects the binary to be in../shared/bin/
.The text was updated successfully, but these errors were encountered: