andrewwiik / bdayspotify

Source for BDaySpotify
MIT License
12 stars 3 forks source link

smaller #2

Open Dry05 opened 8 years ago

Dry05 commented 8 years ago

when i compile bdayspotify the dylib is smaller than the one in the deb. And so spotify crashes. Please help with this? I think the make file has to be updated.

sup3rgiu commented 8 years ago

In makefile: 1) Below BdaySpotify_FILES... put this: BdaySpotify_LDFLAGS += -Wl,-segalign,4000

2) At the top put ARCHS = armv7 arm64

iostonykraft commented 8 years ago

fixed