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
7e5b9ca6
Commit
7e5b9ca6
authored
May 18, 2017
by
plusvic
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Build with static version of libeay32
parent
629caf2d
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
appveyor.yml
appveyor.yml
+3
-2
setup.py
setup.py
+1
-1
No files found.
appveyor.yml
View file @
7e5b9ca6
...
...
@@ -125,8 +125,9 @@ clone_script:
build_script
:
# Build the compiled extension
-
"
%CMD_IN_ENV%
python
setup.py
build_ext
--enable-cuckoo
-L../jansson-%JANSSON_VERSION%/build/lib/Release;c:/OpenSSL-Win%PYTHON_ARCH%/lib
-I../jansson-%JANSSON_VERSION%/build/include;c:/OpenSSL-Win%PYTHON_ARCH%/include"
-L../jansson-%JANSSON_VERSION%/build/lib/Release;c:/OpenSSL-Win%PYTHON_ARCH%/lib/VC/static
-I../jansson-%JANSSON_VERSION%/build/include;c:/OpenSSL-Win%PYTHON_ARCH%/include
-llibeay32MD.lib"
after_build
:
-
"
%PYTHON%
\\
python
setup.py
install"
...
...
setup.py
View file @
7e5b9ca6
...
...
@@ -182,7 +182,7 @@ class BuildExtCommand(build_ext):
if
building_for_windows
:
module
.
define_macros
.
append
((
'HASH_MODULE'
,
'1'
))
module
.
libraries
.
append
(
'libeay32'
)
#
module.libraries.append('libeay32')
elif
(
has_function
(
'MD5_Init'
,
libraries
=
[
'crypto'
])
and
has_function
(
'SHA256_Init'
,
libraries
=
[
'crypto'
])):
module
.
define_macros
.
append
((
'HASH_MODULE'
,
'1'
))
...
...
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