File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ function(configure_native_kernel kernel)
148148endfunction ()
149149
150150function (configure_wasm_kernel kernel)
151-   set (XEUS_CPP_RESOURCE_DIR "/lib/clang/${CPPINTEROP_LLVM_VERSION_MAJOR} " )
151+   set (XEUS_CPP_RESOURCE_DIR "/lib/clang/${CPPINTEROP_LLVM_VERSION_MAJOR} "  PARENT_SCOPE )
152152
153153  configure_file  (
154154    "${CMAKE_CURRENT_SOURCE_DIR}${kernel} wasm_kernel.json.in" 
@@ -437,7 +437,7 @@ if(EMSCRIPTEN)
437437    xeus_wasm_link_options(xcpp "web,worker" )
438438    target_link_options (xcpp
439439        PUBLIC  "SHELL: --preload-file ${SYSROOT_PATH} /include@/include" 
440-         #  PUBLIC "SHELL: --preload-file ${CMAKE_INSTALL_PREFIX}${XEUS_CPP_RESOURCE_DIR}/include @${XEUS_CPP_RESOURCE_DIR}" 
440+         #PUBLIC "SHELL: --preload-file ${CMAKE_INSTALL_PREFIX}${XEUS_CPP_RESOURCE_DIR}@${XEUS_CPP_RESOURCE_DIR}" 
441441        PUBLIC  "SHELL: --preload-file ${XEUS_CPP_DATA_DIR} @/share/xeus-cpp" 
442442        PUBLIC  "SHELL: --preload-file ${XEUS_CPP_CONF_DIR} @/etc/xeus-cpp" 
443443        PUBLIC  "SHELL: --post-js ${CMAKE_CURRENT_SOURCE_DIR} /wasm_patches/post.js" 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments