Skip to content

Commit

Permalink
Merge pull request #5064 from nulano/gha
Browse files Browse the repository at this point in the history
Update FriBiDi to 1.0.10
  • Loading branch information
hugovk committed Nov 26, 2020
2 parents 030e1b7 + dd1a514 commit 6a9c5fc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions winbuild/build_prepare.py
Expand Up @@ -287,9 +287,9 @@ def cmd_msbuild(
"libs": [r"*.lib"],
},
"fribidi": {
"url": "https://github.com/fribidi/fribidi/archive/v1.0.9.zip",
"filename": "fribidi-1.0.9.zip",
"dir": "fribidi-1.0.9",
"url": "https://github.com/fribidi/fribidi/archive/v1.0.10.zip",
"filename": "fribidi-1.0.10.zip",
"dir": "fribidi-1.0.10",
"build": [
cmd_copy(r"{winbuild_dir}\fribidi.cmake", r"CMakeLists.txt"),
cmd_cmake(),
Expand Down
2 changes: 1 addition & 1 deletion winbuild/fribidi.cmake
Expand Up @@ -99,4 +99,4 @@ add_library(fribidi STATIC
${FRIBIDI_SOURCES_GENERATED})
fribidi_definitions(fribidi)
target_compile_definitions(fribidi
PUBLIC -DFRIBIDI_ENTRY=extern)
PUBLIC -DFRIBIDI_LIB_STATIC)
2 changes: 1 addition & 1 deletion winbuild/raqm.cmake
Expand Up @@ -7,7 +7,7 @@ find_library(fribidi NAMES fribidi)
find_library(harfbuzz NAMES harfbuzz)
find_library(freetype NAMES freetype)

add_definitions(-DFRIBIDI_ENTRY=extern)
add_definitions(-DFRIBIDI_LIB_STATIC)


function(raqm_conf)
Expand Down

0 comments on commit 6a9c5fc

Please sign in to comment.