Skip to content

Commit

Permalink
Merge pull request #2371 from sinkuu/fix_posix_mak
Browse files Browse the repository at this point in the history
Fix posix.mak
  • Loading branch information
Михаил Страшун committed Jul 25, 2014
2 parents 5062c55 + 6f364b9 commit ff041c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posix.mak
Expand Up @@ -360,7 +360,7 @@ install2 : all
cp $(LIB) $(INSTALL_DIR)/$(OS)/$(lib_dir)/
ifneq (,$(findstring $(OS),linux))
cp -P $(LIBSO) $(INSTALL_DIR)/$(OS)/$(lib_dir)/
ln -s $(notdir $(LIBSO)) $(INSTALL_DIR)/$(OS)/$(lib_dir)/libphobos2.so
ln -sf $(notdir $(LIBSO)) $(INSTALL_DIR)/$(OS)/$(lib_dir)/libphobos2.so
endif
mkdir -p $(INSTALL_DIR)/src/phobos/etc
mkdir -p $(INSTALL_DIR)/src/phobos/std
Expand Down

0 comments on commit ff041c0

Please sign in to comment.