File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -110,6 +110,10 @@ ifeq ($(OSNAME), Darwin)
110110 @echo "\"make PREFIX=/your_installation_path/ install\"."
111111 @echo
112112 @echo "(or set PREFIX in Makefile.rule and run make install."
113+ @echo
114+ @echo "Note that any flags passed to make during build should also be passed to make install"
115+ @echo "to circumvent any install errors."
116+ @echo
113117 @echo "If you want to move the .dylib to a new location later, make sure you change"
114118 @echo "the internal name of the dylib with:"
115119 @echo
@@ -118,6 +122,9 @@ endif
118122 @echo
119123 @echo "To install the library, you can run \"make PREFIX=/path/to/your/installation install\"."
120124 @echo
125+ @echo "Note that any flags passed to make during build should also be passed to make install"
126+ @echo "to circumvent any install errors."
127+ @echo
121128
122129shared :
123130ifneq ($(NO_SHARED ) , 1)
You can’t perform that action at this time.
0 commit comments