diff options
| author | Kali Kaneko (leap communications) <kali@leap.se> | 2016-07-12 20:23:31 +0200 | 
|---|---|---|
| committer | Kali Kaneko (leap communications) <kali@leap.se> | 2016-07-12 20:25:23 +0200 | 
| commit | fbe8ac2079dda32a822a4c5bc140bf0ac565e62c (patch) | |
| tree | 1a594d467b970a2ed5e23bb10fc8bf3247e9f37c | |
| parent | 83f36392e5086e5d40e4574b480ddaf6c10b6a64 (diff) | |
enable HAVE_USLEEP flag2.6.5
| -rw-r--r-- | setup.py | 4 | 
1 files changed, 3 insertions, 1 deletions
| @@ -176,6 +176,8 @@ class MyBuildExt(build_ext):                  ("SQLITE_HAS_CODEC", "1"))              ext.define_macros.append(                  ("SQLITE_TEMP_STORE", "2")) +            ext.define_macros.append( +                ("HAVE_USLEEP", "1"))              ext.sources.append(os.path.join(AMALGAMATION_ROOT, "sqlite3.c"))              ext.include_dirs.append(AMALGAMATION_ROOT) @@ -330,7 +332,7 @@ def get_setup_args():          PYSQLITE_VERSION += "-%s" % PATCH_VERSION      # Need to bump minor version, patch handled badly. -    PYSQLCIPHER_VERSION = "2.6.4" +    PYSQLCIPHER_VERSION = "2.6.5"      setup_args = dict(          name="pysqlcipher", | 
