We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a968a1 commit d2d727fCopy full SHA for d2d727f
cmake/modules/BasicConfig.cmake
@@ -611,11 +611,6 @@ if (GCOV_COVERAGE_ENABLED)
611
list(APPEND META_ADDITIONAL_LINK_FLAGS ${GCC_COVERAGE_FLAGS})
612
endif ()
613
614
-# set export name when compiling with emscripten
615
-if (CMAKE_C_COMPILER MATCHES ".*emcc$")
616
- list(APPEND PRIVATE_LIBRARIES "-sEXPORT_NAME='${META_PROJECT_VARNAME_LOWER}'")
617
-endif ()
618
-
619
# configure creation of install targets
620
if (NOT META_NO_INSTALL_TARGETS)
621
# install targets have not been disabled on project level check whether install targets are disabled by the user this
0 commit comments