Browse Source

fix object output to build dir.

geniusgogo 2 years ago
parent
commit
98ba2504b9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      SConscript

+ 1 - 1
SConscript

@@ -7,7 +7,7 @@ cwd = GetCurrentDir()
 
 zlib_src = cwd + '/src'
 
-src = Glob(zlib_src + '/*.c')
+src = Glob('src/*.c')
 
 if GetDepend('ZLIB_USING_SAMPLE'):
     src += Glob('zlib_sample.c')