From d178369cae14d5f4ebf4beb9665cca3f999b1528 Mon Sep 17 00:00:00 2001 From: taynpg Date: Wed, 8 Jan 2025 13:54:10 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E5=BE=AE=E4=BF=AE=E6=AD=A3xmake?= =?UTF-8?q?=E7=BC=96=E8=AF=91=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 ++- client/xmake.lua | 6 ++---- ofen | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 1422620..c050360 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ build .vs .cache cmake-* -.xmake \ No newline at end of file +.xmake +compile_commands.json \ No newline at end of file diff --git a/client/xmake.lua b/client/xmake.lua index 74744ea..7d41ce9 100644 --- a/client/xmake.lua +++ b/client/xmake.lua @@ -14,13 +14,11 @@ target("tsc") end option("boost") + set_default(false) boost_root_dir = os.getenv("BOOST_HEADER_DIR") boost_lib_dir = os.getenv("BOOST_LIB_DIR") boost_libs = os.getenv("BOOST_LIBS") add_includedirs(boost_root_dir) - print(boost_root_dir) add_defines("USE_BOOST_FILESYSTEM") add_linkdirs(boost_lib_dir) - print(boost_lib_dir) - add_links(boost_libs) - print(boost_libs) \ No newline at end of file + add_links(boost_libs) \ No newline at end of file diff --git a/ofen b/ofen index de084c1..1648347 160000 --- a/ofen +++ b/ofen @@ -1 +1 @@ -Subproject commit de084c146d75ebddf5ed773a61e4603a6f3ce085 +Subproject commit 164834769c86477143993da3eab36186716f5e3b