Skip to content

Commit 7d2295f

Browse files
authored
Update asmjit and blend2d submodules. (#15)
Also switch the build to static linking
1 parent 54f1003 commit 7d2295f

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

3rdparty/asmjit

Submodule asmjit updated 120 files

3rdparty/blend2d

Submodule blend2d updated 46 files

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ def build_extensions(self):
3131
extfile = op.splitext(op.basename(extpath))[0]
3232
tmpdir = self.build_temp
3333
cmake_args = [
34+
'-DBLEND2D_STATIC=TRUE',
3435
'-DBLEND2DPY_TARGET_NAME={}'.format(extfile),
3536
'-DCMAKE_BUILD_TYPE={}'.format(BUILD_TYPE),
3637
'-DCMAKE_LIBRARY_OUTPUT_DIRECTORY_{}={}'.format(

0 commit comments

Comments
 (0)