Skip to content

Commit

Permalink
Remove --enable-dotnet argument while building yara-python in Appve…
Browse files Browse the repository at this point in the history
…yor.

This argument has been removed in #222
  • Loading branch information
plusvic committed Feb 8, 2023
1 parent d61262b commit af50c40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ clone_script:

build_script:
# Build the compiled extension
- "%CMD_IN_ENV% python setup.py build_ext --enable-cuckoo --enable-dotnet
- "%CMD_IN_ENV% python setup.py build_ext --enable-cuckoo
-L../jansson-%JANSSON_VERSION%/build/lib/Release;../openssl/lib
-I../jansson-%JANSSON_VERSION%/build/include;../openssl/include
-DHASH_MODULE,HAVE_LIBCRYPTO,BUCKETS_128,CHECKSUM_1B
Expand Down

0 comments on commit af50c40

Please sign in to comment.