Skip to content

Commit

Permalink
emsdk: Use emsdk 3.1.47
Browse files Browse the repository at this point in the history
  • Loading branch information
johannes-wolf committed Mar 22, 2024
1 parent 7693d31 commit eb79e2e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
4 changes: 3 additions & 1 deletion conan-profiles/emscripten.profile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@ compiler.libcxx=libc++
compiler.cppstd=20

[tool_requires]
emsdk/3.1.50
# See https://github.com/emscripten-core/emsdk/blob/3.1.47/emscripten-releases-tags.json
# for latest version with linux-arm64 support
emsdk/3.1.47
6 changes: 0 additions & 6 deletions libs/core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,3 @@ target_link_libraries(erdblick-core
glm::glm
mapget::model
yaml-cpp::yaml-cpp)

add_custom_target(erdblick-ui ALL
COMMAND bash "${CMAKE_SOURCE_DIR}/build-ui.bash" "${CMAKE_SOURCE_DIR}"
WORKING_DIRECTORY "${CMAKE_SOURCE_DIR}"
DEPENDS erdblick-core
)

0 comments on commit eb79e2e

Please sign in to comment.