mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-12-02 03:47:53 +08:00
prepare acl3.1.5
This commit is contained in:
parent
be114370af
commit
ecc0869cce
@ -223,7 +223,8 @@ shared: depends pch $(OBJS_DST)
|
||||
depends: $(OBJS_DEF)
|
||||
pch: src/acl_stdafx.hpp
|
||||
rm -f $(PCH)
|
||||
@if test -n "$(rpath)" && test "$(UNIXTYPE)" = "LINUX"; then \
|
||||
@if test "$(UNIXTYPE)" = "LINUX" || test "$(UNIXTYPE)" = "FREEBSD" \
|
||||
|| test "$(UNIXTYPE)" = "MACOSX"; then \
|
||||
$(CC) -o $(PCH) -x c++-header $(CFLAGS) src/acl_stdafx.hpp; \
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user