Mac Os X install rule: Tiny fix.

This commit is contained in:
Florent Clairambault 2016-01-01 23:20:49 +01:00
parent c204e47b72
commit bdded52f5e
1 changed files with 1 additions and 1 deletions

View File

@ -5,5 +5,5 @@ endif
# Incorrect for Mac Os X, this should be easy to fix
install: $(OUT)
cp $(OUT) $(DESTDIR)$(PREFIX)/lib/libui.0.dylib
ln -s libui.so.0 $(DESTDIR)$(PREFIX)/lib/libui.so
ln -s libui.0.dylib $(DESTDIR)$(PREFIX)/lib/libui.dylib
cp ui.h ui_$(OS).h $(DESTDIR)$(PREFIX)/include/