Skip to content

Commit 0e9bb92

Browse files
committed
Now using the proper sqlparser lib for Linux (the one compiled with PIC flag)
1 parent 41216b5 commit 0e9bb92

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
def download_library():
1616
import urllib
1717

18-
url = "http://www.sqlparser.com/dl/gsp_c_linux_v026.tar.gz"
18+
url = "http://www.sqlparser.com/dl/gsp_c_linux_fpic_v024.tar.gz"
1919
file_name = "gsp_c_lib.tar.gz"
2020

2121
if os.name == "nt":

0 commit comments

Comments
 (0)