forked from mia/Aegisub
Library links should not have absolute paths (from Nikoli on freenode.)
Originally committed to SVN as r5007.
This commit is contained in:
parent
45c971da68
commit
ceb2bebf2c
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ install-lib:
|
||||||
ifdef LIB_SHARED_INSTALL
|
ifdef LIB_SHARED_INSTALL
|
||||||
$(BIN_MKDIR) -p $(P_LIB)
|
$(BIN_MKDIR) -p $(P_LIB)
|
||||||
$(BIN_INSTALL) $(LIB_SHARED_FULL) $(P_LIB)/$(LIB_SHARED_FULL)
|
$(BIN_INSTALL) $(LIB_SHARED_FULL) $(P_LIB)/$(LIB_SHARED_FULL)
|
||||||
$(BIN_LN) -sf $(P_LIB)/$(LIB_SHARED_FULL) $(P_LIB)/$(LIB_SHARED)
|
$(BIN_LN) -sf $(LIB_SHARED_FULL) $(P_LIB)/$(LIB_SHARED)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
install-share:
|
install-share:
|
||||||
|
|
Loading…
Reference in a new issue