summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorlijia <[email protected]>2024-08-29 11:00:28 +0800
committerlijia <[email protected]>2024-08-29 11:00:28 +0800
commit2bb1e0673a69975ee1d6a4ac86f90a36c5f74fa8 (patch)
treeae1df900590601e628940561a15b4713aeedb144 /src
parent60b96b10eb985d13ef6df0f4fc525074e7128325 (diff)
update install file path and config pathHEADmain
Diffstat (limited to 'src')
-rw-r--r--src/CMakeLists.txt2
-rw-r--r--src/quic_entry.cpp4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index db4cca3..5a895a6 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -12,4 +12,4 @@ set_target_properties(${lib_name} PROPERTIES PREFIX "")
target_link_libraries(${lib_name} ${DNS_DEPEND_DYN_LIB} pthread -Wl,--no-whole-archive openssl-crypto-static -Wl,--no-whole-archive openssl-ssl-static)
set_target_properties(${lib_name} PROPERTIES OUTPUT_NAME ${lib_name})
-install(TARGETS ${lib_name} LIBRARY DESTINATION ${CMAKE_INSTALL_PREFIX}/sapp/stellar_plugin/quic_decoder COMPONENT LIBRARIES)
+install(TARGETS ${lib_name} LIBRARY DESTINATION ${CMAKE_INSTALL_PREFIX}/sapp/stellar_plugin/ COMPONENT LIBRARIES)
diff --git a/src/quic_entry.cpp b/src/quic_entry.cpp
index d8cae1b..d3745f0 100644
--- a/src/quic_entry.cpp
+++ b/src/quic_entry.cpp
@@ -9,9 +9,9 @@
#include "quic_deprotection.h"
#include "quic_util.h"
-static const char *g_quic_proto_conffile="./conf/quic_decoder/main.conf";
+static const char *g_quic_proto_conffile="./conf/quic/main.conf";
// static const char *g_quic_regionname_conffile="./conf/quic/quic.conf";
-static const char *g_quic_log_path = "./log/quic_decoder/quic_decoder";
+static const char *g_quic_log_path = "./log/quic/quic";
#ifdef __cplusplus
extern "C"
{