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
94ce2216
Commit
94ce2216
authored
Nov 07, 2017
by
Victor M. Alvarez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo and update yara submodule.
parent
e74fef64
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
setup.py
setup.py
+1
-1
yara
yara
+1
-1
No files found.
setup.py
View file @
94ce2216
...
...
@@ -167,7 +167,7 @@ class BuildExtCommand(build_ext):
module
.
define_macros
.
append
((
'USE_LINUX_PROC'
,
'1'
))
if
building_for_windows
:
module
.
define_macros
.
append
((
'USE_WINDOW_PROC'
,
'1'
))
module
.
define_macros
.
append
((
'USE_WINDOW
S
_PROC'
,
'1'
))
module
.
define_macros
.
append
((
'_CRT_SECURE_NO_WARNINGS'
,
'1'
))
module
.
libraries
.
append
(
'kernel32'
)
module
.
libraries
.
append
(
'advapi32'
)
...
...
yara
@
f0e796ca
Subproject commit
2548092a6e5e5f8812ab061ed65b1e94ec1d210e
Subproject commit
f0e796caee6672a48ac7af781cf62009c73c6c21
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