fix:允许命令行中开启boost选项(xmake)

This commit is contained in:
taynpg 2025-01-08 14:08:31 +08:00
parent d178369cae
commit a983692e10
2 changed files with 2 additions and 1 deletions

View File

@ -15,6 +15,7 @@ target("tsc")
option("boost") option("boost")
set_default(false) set_default(false)
set_showmenu(true)
boost_root_dir = os.getenv("BOOST_HEADER_DIR") boost_root_dir = os.getenv("BOOST_HEADER_DIR")
boost_lib_dir = os.getenv("BOOST_LIB_DIR") boost_lib_dir = os.getenv("BOOST_LIB_DIR")
boost_libs = os.getenv("BOOST_LIBS") boost_libs = os.getenv("BOOST_LIBS")

2
ofen

@ -1 +1 @@
Subproject commit 164834769c86477143993da3eab36186716f5e3b Subproject commit c2fb5d6ed2bac563cd8db76a368d6269ecfb19dd