Skip to content

Commit cc1e6f1

Browse files
authored
Merge pull request #1185 from qilingframework/fix-unicornafl-platform
2 parents 18a5668 + 1d062ff commit cc1e6f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"cmd2"
4141
],
4242
"fuzz" : [
43-
"unicornafl>=2.0.0;platform_system=='Windows'",
43+
"unicornafl>=2.0.0;platform_system!='Windows'",
4444
"fuzzercorn>=0.0.1;platform_system=='Linux'"
4545
]
4646
}

0 commit comments

Comments
 (0)