mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-14 02:08:27 +08:00
Emscripten: Drop unused placeholder from link rule variables
Update commit96d9b94a98
(Emscripten: Add platform modules, 2025-05-16) to account for commit67639002ad
(Ninja,Makefile: Drop now-unused placeholders from link rule variables, 2025-06-09, v4.1.0-rc1~37^2~1).
This commit is contained in:
@@ -13,5 +13,5 @@ macro(__emscripten_clang lang)
|
||||
set(CMAKE_${lang}_COMPILE_OBJECT
|
||||
"<CMAKE_${lang}_COMPILER> -c <SOURCE> <DEFINES> <INCLUDES> <FLAGS> -o <OBJECT> -fPIC")
|
||||
set(CMAKE_${lang}_LINK_EXECUTABLE
|
||||
"<CMAKE_${lang}_COMPILER> <FLAGS> <CMAKE_${lang}_LINK_FLAGS> <LINK_FLAGS> <OBJECTS> -o <TARGET> <LINK_LIBRARIES> -sMAIN_MODULE")
|
||||
"<CMAKE_${lang}_COMPILER> <FLAGS> <LINK_FLAGS> <OBJECTS> -o <TARGET> <LINK_LIBRARIES> -sMAIN_MODULE")
|
||||
endmacro()
|
||||
|
Reference in New Issue
Block a user