ruki
ruki
I tried another M4 machine, it works. But It does not work on intel x86_64 machine
There some errors and warnings when building it. I'm not sure if that helps. > SDK condition on SDKROOT is unsupported, so the SDKROOT[sdk=macosx*] assignment at the project level will...
I know the reason. XMAKE_PROGRAM_DIR is missing. > XMAKE_BIN="/Users/ruki/.local/bin/xmake" If xmake is installed in the system path, It works > XMAKE_BIN="/Users/ruki/projects/personal/xmake/build/xmake" But if I change the installation path of xmake,...
we can use `os.programdir()` to get XMAKE_PROGRAM_DIR path and set it.
I have fixed it.
Thanks, I have removed old xcode and rename it to xcode. cmake xcode is just a temporary solution, we no longer need it.
clang 原本就支持,clang-cl 还没处理,只支持了 cl 。。可以提个 pr 过来 https://github.com/xmake-io/xmake/blob/86627f20f80a50fece956b4e8394afc4b5a83cd1/xmake/rules/c%2B%2B/build_sanitizer/config.lua#L39
试下这个 patch https://github.com/xmake-io/xmake/pull/5742 > clang-cl不会主动链接clang_rt.asan-x86_64 这边测试没这个问题,而且 clang-cl 是编译器 又不是链接器 ```console PS C:\Users\wangrunqing\Downloads\test91> xmake f --toolchain=clang-cl -c checking for platform ... windows checking for architecture ... x64 checking for Microsoft Visual...
It works for me. ``` ruki-2:Downloads ruki$ xrepo install -p android --ndk=~/files/android-ndk-r20b/ ffmpeg note: install or modify (m) these packages (pass -y to skip confirm)? in xmake-repo: -> ffmpeg 6.1...
you can try to open a pr to fix it.