Skip to content

Commit

Permalink
sourcebuild: move use_sysroot=false to linux section
Browse files Browse the repository at this point in the history
  • Loading branch information
mara004 committed Apr 22, 2023
1 parent 6bfb440 commit 82d2a12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setupsrc/pypdfium2_setup/build_pdfium.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,12 @@
"use_system_libpng": True,
"use_system_zlib": True,
"use_system_libtiff": True,
"use_sysroot": False,
}


if sys.platform.startswith("linux"):
SyslibsConfig["use_custom_libcxx"] = False
SyslibsConfig["use_sysroot"] = False
elif sys.platform.startswith("darwin"):
DefaultConfig["mac_deployment_target"] = "10.13.0"
SyslibsConfig["use_system_xcode"] = True
Expand Down

0 comments on commit 82d2a12

Please sign in to comment.