Sfoglia il codice sorgente

【修改】软件包依赖错误的问题

我夏了夏天 6 anni fa
parent
commit
e095aa4297
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      SConscript

+ 1 - 1
SConscript

@@ -14,6 +14,6 @@ if GetDepend('LSSDP_USING_SAMPLES'):
 path  = [cwd + '/inc']
 
 # add src and include to group.
-group = DefineGroup('lssdp', src, depend = [''], CPPPATH = path)
+group = DefineGroup('lssdp', src, depend = ['PKG_USING_LSSDP'], CPPPATH = path)
 
 Return('group')