Page Menu
Home
Phabricator (Chris)
Search
Configure Global Search
Log In
Files
F134149
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
721 B
Referenced Files
None
Subscribers
None
View Options
diff --git a/util/7z/SConscript b/util/7z/SConscript
index b10e00dc..3017c942 100644
--- a/util/7z/SConscript
+++ b/util/7z/SConscript
@@ -1,19 +1,19 @@
Import('use')
#source = Split("""
#7zAlloc.c 7zBuf.c 7zBuf2.c 7zCrc.c 7zCrcOpt.c 7zDec.c 7zIn.c CpuArch.c LzmaDec.c Lzma2Dec.c Bra.c Bra86.c Bcj2.c 7zFile.c 7zStream.c
#""")
# Ppmd7.c
# Ppmd7Dec.c
import helpers
import os.path
-modules = helpers.read_cmake_list(os.path.join(helpers.findDirectory('src/util/7z'), 'CMakeLists.txt'))
+modules = helpers.read_cmake_list(helpers.findFile('src/util/7z/CMakeLists.txt'))
source = []
for module in modules:
source.append(modules[module])
out = use.StaticLibrary('7z-local', source)
Return('out')
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Wed, Jun 17, 9:18 PM (1 w, 5 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
71055
Default Alt Text
(721 B)
Attached To
Mode
R75 R-Tech1
Attached
Detach File
Event Timeline