We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d5e72f commit 8aa8aa2Copy full SHA for 8aa8aa2
languages/python/oso/polar/build.py
@@ -19,7 +19,6 @@
19
if sys.platform.startswith("win"):
20
libs.append(lib_dirs[env] + "/polar.lib")
21
libs.append("Ws2_32.lib")
22
- libs.append("advapi32.lib")
23
libs.append("userenv.lib")
24
libs.append("bcrypt.lib")
25
else:
0 commit comments