File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -315,16 +315,8 @@ list(APPEND swift_stdlib_compile_flags "-enable-experimental-feature" "Freestand
315315list (APPEND  swift_stdlib_compile_flags "-enable-experimental-feature"  "Extern" )
316316list (APPEND  swift_stdlib_compile_flags "-enable-experimental-feature"  "BitwiseCopyable" )
317317
318- if ("${SWIFT_NATIVE_SWIFT_TOOLS_PATH} "  STREQUAL  "" )
319-   set (swift_bin_dir "${CMAKE_BINARY_DIR} /bin" )
320-   set (swift_lib_dir "${CMAKE_BINARY_DIR} /lib" )
321- else ()
322-   set (swift_bin_dir "${SWIFT_NATIVE_SWIFT_TOOLS_PATH} " )
323-   set (swift_lib_dir "${SWIFT_NATIVE_SWIFT_TOOLS_PATH} /../lib" )
324- endif ()
325- 
326318list (APPEND  swift_stdlib_compile_flags "-external-plugin-path" 
327-   "${swift_lib_dir}  / swift/host/plugins#${swift_bin_dir}  /swift-plugin-server" )
319+   "${CMAKE_BINARY_DIR}  /lib/ swift/host/plugins#${CMAKE_BINARY_DIR}  /bin /swift-plugin-server" )
328320list (APPEND  swift_stdlib_compile_flags "-enable-experimental-feature"  "SymbolLinkageMarkers" )
329321
330322set (swift_core_incorporate_object_libraries)
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments