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:
parent
1583b027c4
commit
a7134cade5
1 changed files with 1 additions and 1 deletions
|
@ -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']
|
||||
|
|
Loading…
Reference in a new issue