-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Open
Description
想請問OpenCC支援amd64交叉編譯到ARM64架構嗎? 我在本地嘗試是失敗的。(至少CMake是報錯了,但部分檔案有出來)
我看Actions那邊有amd64_arm64的workflow,但我下載上傳的artifacts並且使用dumpbin,其架構全部都是x64架構
> dumpbin /headers C:\Users\ADMINI~1\AppData\Local\Temp\opencc-msvc-amd64_arm64\lib\opencc.lib | findstr machine
8664 machine (x64)
8664 machine (x64)
8664 machine (x64)
而我自己編譯的則是ARM64
> dumpbin /headers D:\USB\VC++\OpenCC\build\src\tools\Release\opencc_dict.exe | findstr machine
AA64 machine (ARM64)
我不確定我的驗證是不是對的? 還是我對交叉編譯有所誤解...
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels