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
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
... ...