Skip to content

Commit

Permalink
libev, libeio config.h files don't depend on arch
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Oct 2, 2010
1 parent 3faa3b5 commit 48d7a1e
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion deps/libeio/wscript
Expand Up @@ -12,7 +12,7 @@ def build(bld):
cares.source = "eio.c" cares.source = "eio.c"
cares.target = 'eio' cares.target = 'eio'
cares.name = 'eio' cares.name = 'eio'
cares.includes = '. ./' + bld.env['DEST_OS'] + '-' + bld.env['DEST_CPU'] cares.includes = '. ./' + bld.env['DEST_OS']
cares.install_path = None cares.install_path = None
if bld.env["USE_DEBUG"]: if bld.env["USE_DEBUG"]:
cares.clone("debug"); cares.clone("debug");
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion deps/libev/wscript
Expand Up @@ -12,7 +12,7 @@ def build(bld):
cares.source = "ev.c" cares.source = "ev.c"
cares.target = 'ev' cares.target = 'ev'
cares.name = 'ev' cares.name = 'ev'
cares.includes = '. ./' + bld.env['DEST_OS'] + '-' + bld.env['DEST_CPU'] cares.includes = '. ./' + bld.env['DEST_OS']
cares.install_path = None cares.install_path = None
if bld.env["USE_DEBUG"]: if bld.env["USE_DEBUG"]:
cares.clone("debug"); cares.clone("debug");
Expand Down

0 comments on commit 48d7a1e

Please sign in to comment.