summaryrefslogtreecommitdiffstats
path: root/third_party/lzma_sdk
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/lzma_sdk')
-rw-r--r--third_party/lzma_sdk/lzma_sdk.scons3
1 files changed, 3 insertions, 0 deletions
diff --git a/third_party/lzma_sdk/lzma_sdk.scons b/third_party/lzma_sdk/lzma_sdk.scons
index b76a2d22..86ea6aa 100644
--- a/third_party/lzma_sdk/lzma_sdk.scons
+++ b/third_party/lzma_sdk/lzma_sdk.scons
@@ -6,6 +6,9 @@ Import('env')
env = env.Clone()
+if env.WantSystemLib('lzma_sdk'):
+ Return()
+
env.Prepend(
CPPPATH = [
'.',