Skip to content

Commit

Permalink
Remove unneeded advapi32 lib
Browse files Browse the repository at this point in the history
  • Loading branch information
gj committed Dec 13, 2021
1 parent 2d5e72f commit 8aa8aa2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion languages/python/oso/polar/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
if sys.platform.startswith("win"):
libs.append(lib_dirs[env] + "/polar.lib")
libs.append("Ws2_32.lib")
libs.append("advapi32.lib")
libs.append("userenv.lib")
libs.append("bcrypt.lib")
else:
Expand Down

0 comments on commit 8aa8aa2

Please sign in to comment.