Commit da655ca56c7865a5be32504f5ce767779234448d

Authored by Perry Werneck
2 parents e244e0ad 8e72fdfe
Exists in master and in 2 other branches develop, macos

Merge branch 'master' into develop

Showing 1 changed file with 5 additions and 1 deletions   Show diff stats
@@ -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