You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
checking for the architecture ... x86_64
checking for the Xcode directory ... /Applications/Xcode.app
checking for the SDK version of Xcode ... 10.15
checking for the Codesign Identity of Xcode ... no
{
{
links = {
"z"
},
linkdirs = {
"/usr/lib"
}
}
}
release 模式下
checking for the architecture ... x86_64
checking for the Xcode directory ... /Applications/Xcode.app
checking for the SDK version of Xcode ... 10.15
checking for the Codesign Identity of Xcode ... no
{
{
links = {
"xml2"
},
linkdirs = {
"/usr/lib"
}
},
{
links = {
"z"
},
linkdirs = {
"/usr/lib"
},
version = "1.2.11"
},
{
links = {
"avutil",
"avfilter",
"avcodec",
"postproc",
"avresample",
"avformat",
"avdevice",
"swresample",
"swscale",
"swresample.3.5.100",
"avfilter.7.57.100",
"postproc.55.5.100",
"avcodec.58.54.100",
"swscale.5.5.100",
"avresample.4.0.0",
"avutil.56.31.100",
"avdevice.58.8.100",
"avformat.58.29.100"
},
linkdirs = {
"/usr/local/Cellar/ffmpeg/4.2.3_1/lib"
},
includedirs = "/usr/local/Cellar/ffmpeg/4.2.3_1/include"
}
}
描述问题
环境:
工程文件 xmake.lua
使用指令 rm -rf .xmake build && xmake f -m debug && rm -rf .xmake build && xmake f -m release 打印找到的系统中的 packages:
debug 模式下:
release 模式下
期待的结果
debug 模式和 release 模式输出的 packages 结果一致, 都能够找到 xml2, ffmpeg,zlib.
错误信息
无
相关环境
其他信息
xmake.lua
The text was updated successfully, but these errors were encountered: