cocos2dx通過arm64編譯

"Cast from pointer to smaller type 'int' loses information"
(int)
轉變爲

*(int*)

在 platform/ios/EAGLVIEW.mm中



在neon_matrix_impl.c中修改

#if defined(__ARM_NEON__)


#if defined(_ARM_ARCH_7)

"__curl_rule_01__ "
下載Download libcurl for iOS 7.36.0
找到cocos2dx/platform/third_party/ios/
替換 curl/libraries/libcurl.a
替換curl文件夾下的所有.h文件
發佈了52 篇原創文章 · 獲贊 103 · 訪問量 111萬+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章