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,12 +234,16 @@ all-windows: \ | ||
234 | $(BINRLS)/$(LIBNAME).def \ | 234 | $(BINRLS)/$(LIBNAME).def \ |
235 | $(BASEDIR)/win | 235 | $(BASEDIR)/win |
236 | 236 | ||
237 | - | ||
238 | all-linux: \ | 237 | all-linux: \ |
239 | $(BINRLS)/$(SONAME) \ | 238 | $(BINRLS)/$(SONAME) \ |
240 | $(BINRLS)/$(LIBNAME).a \ | 239 | $(BINRLS)/$(LIBNAME).a \ |
241 | locale/$(PACKAGE_NAME).pot | 240 | locale/$(PACKAGE_NAME).pot |
242 | 241 | ||
242 | +all-macos: \ | ||
243 | + $(BINRLS)/$(SONAME) \ | ||
244 | + $(BINRLS)/$(LIBNAME).a \ | ||
245 | + locale/$(PACKAGE_NAME).pot | ||
246 | + | ||
243 | Release: \ | 247 | Release: \ |
244 | $(BINRLS)/$(SONAME) \ | 248 | $(BINRLS)/$(SONAME) \ |
245 | $(BINRLS)/$(LIBNAME).a | 249 | $(BINRLS)/$(LIBNAME).a |