Commit 8e72fdfe630616f02c04ca487baa69ef84504789
1 parent
af04ceac
Exists in
master
and in
2 other branches
Adding all-macos target required for MAC build #25
Showing
1 changed file
with
5 additions
and
1 deletions
Show diff stats
Makefile.in
... | ... | @@ -234,12 +234,16 @@ all-windows: \ |
234 | 234 | $(BINRLS)/$(LIBNAME).def \ |
235 | 235 | $(BASEDIR)/win |
236 | 236 | |
237 | - | |
238 | 237 | all-linux: \ |
239 | 238 | $(BINRLS)/$(SONAME) \ |
240 | 239 | $(BINRLS)/$(LIBNAME).a \ |
241 | 240 | locale/$(PACKAGE_NAME).pot |
242 | 241 | |
242 | +all-macos: \ | |
243 | + $(BINRLS)/$(SONAME) \ | |
244 | + $(BINRLS)/$(LIBNAME).a \ | |
245 | + locale/$(PACKAGE_NAME).pot | |
246 | + | |
243 | 247 | Release: \ |
244 | 248 | $(BINRLS)/$(SONAME) \ |
245 | 249 | $(BINRLS)/$(LIBNAME).a | ... | ... |