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
01e07a8d
Commit
01e07a8d
authored
Aug 03, 2018
by
Victor M. Alvarez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Enable remote desktop in Appveyor.
parent
715f0469
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
7 deletions
+3
-7
appveyor.yml
appveyor.yml
+3
-0
setup.py
setup.py
+0
-7
No files found.
appveyor.yml
View file @
01e07a8d
...
...
@@ -163,3 +163,6 @@ artifacts:
#on_success:
# - TODO: upload the content of dist/*.whl to a public wheelhouse
#
on_finish
:
-
ps
:
$blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
setup.py
View file @
01e07a8d
...
...
@@ -226,13 +226,6 @@ class BuildExtCommand(build_ext):
if
self
.
dynamic_linking
:
module
.
libraries
.
append
(
'yara'
)
else
:
print
self
.
define
module
.
define_macros
.
append
((
'HASH_MODULE'
,
'1'
))
module
.
define_macros
.
append
((
'HAVE_LIBCRYPTO'
,
'1'
))
module
.
libraries
.
append
(
'crypto'
)
if
not
self
.
define
or
not
(
'HASH_MODULE'
,
'1'
)
in
self
.
define
:
if
(
has_function
(
'MD5_Init'
,
libraries
=
[
'crypto'
])
and
has_function
(
'SHA256_Init'
,
libraries
=
[
'crypto'
])):
...
...
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