summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLaurentino Luna <[email protected]>2021-12-20 13:04:36 -0300
committerGitHub <[email protected]>2021-12-20 17:04:36 +0100
commitdcb0e620953cc42620c6e2bc8129f7446ad93257 (patch)
treea786e6b4324ca005dbd16d6e693614661ec0e102
parent5499388a4c2623176e1f7aa8e07236a72b3a7fe5 (diff)
downloadraylib-dcb0e620953cc42620c6e2bc8129f7446ad93257.tar.gz
raylib-dcb0e620953cc42620c6e2bc8129f7446ad93257.zip
Remove TODO on Makefile (#2232)
Justification: original comment said the following "TODO: Add other platforms. Remove sudo requirement, i.e. add USER mode." For the other platforms part, installing is included on unix-like systems, so for example Windows doesn't have a path where to install libraries. Removing the requirement for sudo is also quite contradictory since we're writing files to directories which require root. Not sure what the original commiter meant by USER mode.
-rw-r--r--src/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index c25bde0a..67ed2f84 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -606,7 +606,6 @@ android_native_app_glue.o : $(NATIVE_APP_GLUE)/android_native_app_glue.c
# for compilation and enable runtime linking with -rpath, LD_LIBRARY_PATH, or ldconfig.
# HINT: Add -L$(RAYLIB_INSTALL_PATH) -I$(RAYLIB_H_INSTALL_PATH) to your own makefiles.
# See below and ../examples/Makefile for more information.
-# TODO: Add other platforms. Remove sudo requirement, i.e. add USER mode.
# RAYLIB_INSTALL_PATH should be the desired full path to libraylib. No relative paths.
DESTDIR ?= /usr/local