Skip to content

Commit

Permalink
comment error.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengshuxin committed Mar 25, 2017
1 parent 47ae32d commit eca0d39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib_acl_cpp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ shared: depends pch $(OBJS_DST)
-R$(rpath) -L$(rpath) $(shared_ldflags); \
echo 'build $(rpath)/$(SHARED_LIBNAME) ok!'; \
elif test -n "$(rpath)" && test "$(UNIXTYPE)" = "FREEBSD"; then \
echo "building for Darwin"; \
echo "building for FreeBSD"; \
$(CC) -shared -o $(rpath)/$(SHARED_LIBNAME) $(OBJS_DST) \
-R$(rpath) -L$(rpath) $(shared_ldflags); \
echo 'build $(rpath)/$(SHARED_LIBNAME) ok!'; \
Expand Down

0 comments on commit eca0d39

Please sign in to comment.