Skip to content

Commit af50c40

Browse files
committed
Remove --enable-dotnet argument while building yara-python in Appveyor.
This argument has been removed in #222
1 parent d61262b commit af50c40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ clone_script:
127127

128128
build_script:
129129
# Build the compiled extension
130-
- "%CMD_IN_ENV% python setup.py build_ext --enable-cuckoo --enable-dotnet
130+
- "%CMD_IN_ENV% python setup.py build_ext --enable-cuckoo
131131
-L../jansson-%JANSSON_VERSION%/build/lib/Release;../openssl/lib
132132
-I../jansson-%JANSSON_VERSION%/build/include;../openssl/include
133133
-DHASH_MODULE,HAVE_LIBCRYPTO,BUCKETS_128,CHECKSUM_1B

0 commit comments

Comments
 (0)