1
0
Fork 0
mirror of https://github.com/fastogt/pyfastogt synced 2025-02-12 13:21:55 +00:00

Update build_utils.py

This commit is contained in:
Alexandr Topilski 2021-02-07 08:38:39 +03:00 committed by GitHub
parent 1583b027c4
commit a7134cade5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -174,7 +174,7 @@ class BuildRequest(object):
['-DBUILD_SHARED_LIBS=OFF', '-DSNAPPY_BUILD_TESTS=OFF'])
def build_jsonc(self):
self._clone_and_build_via_cmake(generate_fastogt_github_path('json-c'), ['-DBUILD_SHARED_LIBS=OFF'])
self._clone_and_build_via_cmake(generate_fastogt_github_path('json-c'), ['-DBUILD_SHARED_LIBS=OFF', '-DDISABLE_STATIC_FPIC=OFF'])
def build_libev(self):
libev_compiler_flags = ['--with-pic', '--disable-shared', '--enable-static']