Commit c5e18829 authored by hybrid's avatar hybrid

fix install target clash with osx target.

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@1721 dfc29bdd-3216-0410-991c-e03cc46cb475
parent 7d0e9e3e
......@@ -124,7 +124,7 @@ install:
cd $(INSTALL_DIR) && ln -s libIrrlicht.so.$(VERSION) $(SHARED_LIB)
ldconfig -n $(INSTALL_DIR)
install:
install_osx:
cp $(LIB_PATH)/$(SHARED_LIB).$(VERSION) $(INSTALL_DIR)
cd $(INSTALL_DIR) && ln -s libIrrlicht.dylib.$(VERSION) $(SHARED_LIB)
ldconfig -n $(INSTALL_DIR)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment