"vscode:/vscode.git/clone" did not exist on "159554801da72eb9c92189b798c7983e3924c9ae"
Commit e8d1a1aa authored by Umang Yadav's avatar Umang Yadav Committed by Chris Austen
Browse files

Disable use of linker temporarily to fix cmake order problem (#2023)

temporarily disable linker
parent 82b7ccfb
...@@ -24,11 +24,7 @@ ...@@ -24,11 +24,7 @@
find_program(EMBED_LD ld) find_program(EMBED_LD ld)
find_program(EMBED_OBJCOPY objcopy) find_program(EMBED_OBJCOPY objcopy)
if(LINUX) option(EMBED_USE_LD "Use ld to embed data files" OFF)
option(EMBED_USE_LD "Use ld to embed data files" ON)
else()
option(EMBED_USE_LD "Use ld to embed data files" OFF)
endif()
function(wrap_string) function(wrap_string)
set(options) set(options)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment