Skip to content

Commit

Permalink
Merge pull request #394 from cocos/v3.8.1
Browse files Browse the repository at this point in the history
sync V3.8.1 to develop
  • Loading branch information
SantyWang authored Aug 3, 2023
2 parents 7983e5d + beb685b commit 9b5264d
Show file tree
Hide file tree
Showing 11 changed files with 20 additions and 16 deletions.
16 changes: 8 additions & 8 deletions emscripten/spine/spine.asm.js

Large diffs are not rendered by default.

Binary file modified emscripten/spine/spine.js.mem
Binary file not shown.
Binary file modified emscripten/spine/spine.wasm
Binary file not shown.
Binary file modified linux/bin/swig/bin/swig
Binary file not shown.
Binary file modified mac/bin/swig/bin/swig
Binary file not shown.
10 changes: 7 additions & 3 deletions openharmony/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,13 @@ set_target_properties(curl PROPERTIES
IMPORTED_LOCATION ${ohos_lib_dir}/libcurl.a
)

# curl needs to link the following libraries.
list(APPEND CC_EXTERNAL_LIBS
mbedtls
mbedcrypto
mbedx509
)

set(se_libs_name)

if(USE_SE_V8)
Expand Down Expand Up @@ -122,9 +129,6 @@ endif()
if(USE_SOCKET)
list(APPEND CC_EXTERNAL_LIBS
websockets
mbedtls
mbedcrypto
mbedx509
)
endif()

Expand Down
10 changes: 5 additions & 5 deletions versions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ png
openharmony: 1.6.37
sdl
win32: 2.0.10
win64: 2.0.14
win64: 2.28.1
linux: 2.0.20

jpeg
Expand Down Expand Up @@ -139,7 +139,7 @@ glslang (Built using https://github.com/YunHsiao/glslang/tree/build)
linux: 11.5.0
openharmony:11.5.0 (commit: 1978c76)

swig ( Built using https://github.com/cocos/swig/tree/cocos-se, executable files are downloaded from https://github.com/cocos/swig/releases/tag/cocos-v1.1.5 )
win64: cocos-v1.1.5 (commit: 42543c0)
mac: cocos-v1.1.5 (commit: 42543c0)
linux: cocos-v1.1.5 (commit: 42543c0)
swig ( Built using https://github.com/cocos/swig/tree/cocos-se, executable files are downloaded from https://github.com/cocos/swig/releases/tag/cocos-v1.1.6 )
win64: cocos-v1.1.6 (commit: f52be17)
mac: cocos-v1.1.6 (commit: f52be17)
linux: cocos-v1.1.6 (commit: f52be17)
Binary file modified win64/bin/swig/bin/swig.exe
Binary file not shown.
Binary file modified win64/libs/SDL2.dll
Binary file not shown.
Binary file modified win64/libs/SDL2.lib
Binary file not shown.
Binary file modified win64/libs/SDL2main.lib
Binary file not shown.

0 comments on commit 9b5264d

Please sign in to comment.