Skip to content

Commit

Permalink
Fix preprocessor definitions with setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
neurodroid committed Mar 27, 2017
1 parent 9f94258 commit 01ed926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -80,7 +80,7 @@
biosig_libraries = ['libbiosig2']
biosig_lite_sources = []
else:
biosig_define_macros = [('WITH_BIOSIG2', None), ('WITH_BIOSIGLITE', None)]
biosig_define_macros = [('WITH_BIOSIG2', None), ('WITH_BIOSIGLITE', None), ('WITHOUT_NETWORK', None)]
biosig_libraries = ['iconv']
biosig_lite_sources = [
'src/libbiosiglite/biosig4c++/t210/sopen_abf_read.c',
Expand Down

0 comments on commit 01ed926

Please sign in to comment.