Skip to content
This repository has been archived by the owner on Feb 13, 2020. It is now read-only.

Commit

Permalink
Set c_glue_include
Browse files Browse the repository at this point in the history
  • Loading branch information
m0rgen committed Jun 4, 2015
1 parent 2559c9c commit c7d8437
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion support/_cache_deps
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ done;
# Build cffi because xattr needs it at setup time. # Build cffi because xattr needs it at setup time.
# #


if ! find_header ffi/ffi.h; then if ! find_header ffi.h; then
c_glue_include="${dev_roots}/c_glue/include";
mkdir -p "${c_glue_include}"; mkdir -p "${c_glue_include}";
echo "#include <ffi/ffi.h>" > "${c_glue_include}/ffi.h" echo "#include <ffi/ffi.h>" > "${c_glue_include}/ffi.h"
export C_INCLUDE_PATH="${c_glue_include}:${C_INCLUDE_PATH:-}"; export C_INCLUDE_PATH="${c_glue_include}:${C_INCLUDE_PATH:-}";
Expand Down

0 comments on commit c7d8437

Please sign in to comment.