X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=osx%2FMakefile;h=5f09d4327a53ef28df8da615f1e63d818ef856fe;hb=6459ba2f911c73e263cd6d7c3b40c2ff6ad05d48;hp=34e749e3141063690f54248d046e364ac852eab1;hpb=c5b4485b9e45b69fc5fde394ad0904d4bffc4c29;p=spectrwm.git diff --git a/osx/Makefile b/osx/Makefile index 34e749e..5f09d43 100644 --- a/osx/Makefile +++ b/osx/Makefile @@ -29,6 +29,8 @@ scrotwm: scrotwm.o osx.o libswmhack.so.$(LVERS): swm_hack.so $(CC) -shared -fpic -o libswmhack.so.$(LVERS) $(LDADD) swm_hack.so +# replace above line with this for OSX 10.5 +# $(CC) -shared -bundle -fpic -o libswmhack.so.$(LVERS) $(LDADD) swm_hack.so install: all install -m 755 -d $(DESTDIR)$(BINDIR)