Skip to content

Commit

Permalink
Update cibuildpkg.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeSchiff authored Dec 9, 2024
1 parent cdfa301 commit 2d57b10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/cibuildpkg.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,9 +239,9 @@ def _build_with_autoconf(self, package: Package, for_builder: bool) -> None:
if package.name == "ffmpeg" and platform.system() == "Windows":
correct_configure(os.path.join(package_source_path, "configure"))
prepend_env(
env, "LDFLAGS", "-L" + "C:\\Program\ Files\\OpenSSL\\lib"
env, "LDFLAGS", "-L" + "C:/Program\ Files/OpenSSL/lib"
)

print(111111111, env["LDFLAGS"])
# build package
os.makedirs(package_build_path, exist_ok=True)
with chdir(package_build_path):
Expand Down

0 comments on commit 2d57b10

Please sign in to comment.