Skip to content

Commit

Permalink
~ Put the LOTTIE_MODULE=OFF into command line args
Browse files Browse the repository at this point in the history
  • Loading branch information
gindemit committed Jul 13, 2023
1 parent 5e788f9 commit 8a96600
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_native_libraries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ jobs:
./emsdk activate latest
source ./emsdk_env.sh
cd ../projects/CMake
emcmake cmake -S . -B ./buildWebGL -DRLOTTIE_WEB_ASSEMBLY=1
emcmake cmake -S . -B ./buildWebGL -DRLOTTIE_WEB_ASSEMBLY=1 -DLOTTIE_MODULE=OFF -DBUILD_SHARED_LIBS=OFF
emmake cmake --build ./buildWebGL --config Release
cd ../..
mkdir -p out/Release/Plugins/WebGL
Expand Down
1 change: 0 additions & 1 deletion projects/CMake/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ cmake_minimum_required (VERSION 3.6)
project(LottiePlugin)

set(BUILD_SHARED_LIBS FALSE)
set(LOTTIE_MODULE OFF)
set(CMAKE_POSITION_INDEPENDENT_CODE TRUE)

set (RLOTTIE_ROOT ${CMAKE_CURRENT_SOURCE_DIR}/../../dependency/rlottie)
Expand Down

0 comments on commit 8a96600

Please sign in to comment.