Skip to content

Commit

Permalink
is it really a different variable on a different platform?
Browse files Browse the repository at this point in the history
  • Loading branch information
ixchow committed Aug 27, 2020
1 parent 6c30d14 commit 7c53754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rebuild-libs.py
Original file line number Diff line number Diff line change
Expand Up @@ -835,7 +835,7 @@ def build_harfbuzz():
"cmake", "..",
"-DHB_HAVE_FREETYPE=ON",
"-DFREETYPE_INCLUDE_DIRS=..\\..\\" + target + "\\freetype\\include",
"-DFREETYPE_LIBRARIES=..\\..\\..\\" + target + "\\freetype\\lib\\freetype",
"-DFREETYPE_LIBRARY=..\\..\\..\\" + target + "\\freetype\\lib\\freetype",
], env=env, cwd=lib_dir + "/build")
run_command([
"msbuild", "/m",
Expand Down

0 comments on commit 7c53754

Please sign in to comment.