mirror of
https://github.com/vale981/spectrwm
synced 2025-03-04 17:31:40 -05:00
Add commented line for OSX 10.5
This commit is contained in:
parent
31e6177025
commit
e2133878b1
1 changed files with 3 additions and 1 deletions
|
@ -28,7 +28,9 @@ scrotwm: scrotwm.o osx.o
|
|||
$(CC) $(CFLAGS) -c -fpic -DPIC $+ -o $@
|
||||
|
||||
libswmhack.so.$(LVERS): swm_hack.so
|
||||
$(CC) -shared -bundle -fpic -o libswmhack.so.$(LVERS) $(LDADD) 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)
|
||||
|
|
Loading…
Add table
Reference in a new issue