Skip to content

Commit

Permalink
d
Browse files Browse the repository at this point in the history
  • Loading branch information
huahua132 committed Sep 28, 2024
1 parent c1b7930 commit e66c556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ SSL_CFLAGS = $(CFLAGS)
SSL_CFLAGS += $(foreach dir,$(SSL_INCS),-I$(dir))

$(LUA_CLIB_PATH)/openssl.so : $(SKYNET_BUILDER) $(SSL_SRCS) | $(LUA_CLIB_PATH)
$(CC) $(SSL_CFLAGS) $(SHARED) $^ -o $@ -I$(TLS_INC) $(TLS_LIB)/libssl.a $(TLS_LIB)/libcrypto.a
$(CC) $(SSL_CFLAGS) $(SHARED) $^ -o $@ -I$(TLS_INC) $(TLS_LIB)/libssl.a $(TLS_LIB)/libcrypto.a

# LuaSocket 生成,依赖 Skynet
$(LUA_CLIB_PATH)/socket.so : $(SKYNET_BUILDER)
Expand Down

0 comments on commit e66c556

Please sign in to comment.