Skip to content

Commit

Permalink
v3
Browse files Browse the repository at this point in the history
  • Loading branch information
DerThorsten committed Jul 9, 2024
1 parent b263f87 commit 945c33b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes/recipes_emscripten/pyproj/py_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@

filtered_args = []
for arg in args:
print("arg:", arg)

print("arg:", arg, "raw", r"{}".format(arg))

if ("-Wl,-R$PREFIX/lib" in arg )or ("-R" in arg):
print("removed arg:", arg)
Expand Down

0 comments on commit 945c33b

Please sign in to comment.