Skip to content

Commit

Permalink
[fix] build: Don't use relative path
Browse files Browse the repository at this point in the history
  • Loading branch information
BourgerieQuentin committed Aug 7, 2012
1 parent 11ef7fb commit a5d4e5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocamllib/libsecurity/binding_ssl_ext.c
Expand Up @@ -45,7 +45,7 @@
#define SSL_val(v) (*((SSL**)Data_custom_val(v))) #define SSL_val(v) (*((SSL**)Data_custom_val(v)))
#define ONELINE_NAME(X) X509_NAME_oneline(X, 0, 0) #define ONELINE_NAME(X) X509_NAME_oneline(X, 0, 0)


#include "../libbase/mlstate_platform.h" #include "ocamllib/libbase/mlstate_platform.h"


#if defined (__APPLE__) #if defined (__APPLE__)
/* Disable depricated-declarations on OS X */ /* Disable depricated-declarations on OS X */
Expand Down

0 comments on commit a5d4e5a

Please sign in to comment.