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)
110
110
@echo "\"make PREFIX=/your_installation_path/ install\"."
111
111
@echo
112
112
@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
113
117
@echo "If you want to move the .dylib to a new location later, make sure you change"
114
118
@echo "the internal name of the dylib with:"
115
119
@echo
@@ -118,6 +122,9 @@ endif
118
122
@echo
119
123
@echo "To install the library, you can run \"make PREFIX=/path/to/your/installation install\"."
120
124
@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
121
128
122
129
shared :
123
130
ifneq ($(NO_SHARED ) , 1)
You can’t perform that action at this time.
0 commit comments