Skip to content

Commit

Permalink
Looks like ios.h is buildtime-only header, and you cannot build julia…
Browse files Browse the repository at this point in the history
… without uv.h present in deps/libuv/include anyway, and ../../usr/include is some strange place unless you build in some very special place like /tmp/julia and you have /usr/
  • Loading branch information
6e441f9c committed May 27, 2012
1 parent 2f3ff53 commit 89396b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/support/ios.h
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@

#include <stdarg.h>
#include <pthread.h>
#include "../../usr/include/uv.h"
#include "../../deps/libuv/include/uv.h"

// this flag controls when data actually moves out to the underlying I/O
// channel. memory streams are a special case of this where the data

0 comments on commit 89396b5

Please sign in to comment.