Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yara-python
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fact-depend
yara-python
Commits
fe98ae7d
Commit
fe98ae7d
authored
6 years ago
by
Victor M. Alvarez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix issue causing the "hash" module not being included in pre-compiled Windows binaries.
parent
01e07a8d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
appveyor.yml
appveyor.yml
+4
-3
No files found.
appveyor.yml
View file @
fe98ae7d
...
@@ -140,7 +140,7 @@ build_script:
...
@@ -140,7 +140,7 @@ build_script:
-
"
%CMD_IN_ENV%
python
setup.py
build_ext
--enable-cuckoo
--enable-dotnet
-
"
%CMD_IN_ENV%
python
setup.py
build_ext
--enable-cuckoo
--enable-dotnet
-L../jansson-%JANSSON_VERSION%/build/lib/Release;../%OPENSSL_LIB%/%OPENSSL_LIB_DIR%
-L../jansson-%JANSSON_VERSION%/build/lib/Release;../%OPENSSL_LIB%/%OPENSSL_LIB_DIR%
-I../jansson-%JANSSON_VERSION%/build/include;../%OPENSSL_LIB%/include
-I../jansson-%JANSSON_VERSION%/build/include;../%OPENSSL_LIB%/include
-DHASH_MODULE
-D
HAVE_LIBCRYPTO
-DHASH_MODULE
,
HAVE_LIBCRYPTO
-llibcryptoMT"
-llibcryptoMT"
after_build
:
after_build
:
...
@@ -164,5 +164,6 @@ artifacts:
...
@@ -164,5 +164,6 @@ artifacts:
# - TODO: upload the content of dist/*.whl to a public wheelhouse
# - TODO: upload the content of dist/*.whl to a public wheelhouse
#
#
on_finish
:
# Uncomment these lines for enabling Remote Desktop for debugging purposes.
-
ps
:
$blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
# on_finish:
# - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment