diff options
| author | Thomas Tanner <trtanner@btinternet.com> | 2015-11-27 08:13:21 +0000 |
|---|---|---|
| committer | Thomas Tanner <trtanner@btinternet.com> | 2015-11-27 08:13:21 +0000 |
| commit | 2e78a381ea43533769690af0f58989bcbec36d8e (patch) | |
| tree | 3fabf3acb4105bdbbf94cf1ab9ec55acd85178eb | |
| parent | bb56696f7e71cde6c6da5b60f3355ce7041d3a40 (diff) | |
Fix sconstruct issue from main line
| -rw-r--r-- | SConstruct | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -51,10 +51,6 @@ def setup_config_variables(): PathVariable('SEVENZIPPATH', 'Path to 7zip sources', sevenzippath, PathVariable.PathIsDir), PathVariable('ZLIBPATH', 'Path to zlib install', zlibpath, - PathVariable.PathIsDir). - PathVariable('ZLIBPATH', 'Path to zlib install', zlibpath, - PathVariable.PathIsDir), - PathVariable('ZLIBPATH', 'Path to zlib install', zlibpath, PathVariable.PathIsDir) ) |
