File tree Expand file tree Collapse file tree 3 files changed +1
-5
lines changed Expand file tree Collapse file tree 3 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 306
306
"native" : True ,
307
307
"dir" : "src/main/c" ,
308
308
"buildDependencies" : [
309
- "truffle:TRUFFLE_NFI_NATIVE" , # trufflenfi.h
310
309
"sulong:SULONG_BOOTSTRAP_TOOLCHAIN" , # graalvm-native-clang
311
310
"sulong:SULONG_HOME" , # polyglot.h
312
311
"TRUFFLERUBY-BOOTSTRAP-LAUNCHER" ,
313
312
],
314
313
"buildEnv" : {
315
- "NFI_HEADERS_DIR" : "<path:truffle:TRUFFLE_NFI_NATIVE>/include" ,
316
314
"TRUFFLERUBY_BOOTSTRAP_LAUNCHER" : "<path:TRUFFLERUBY-BOOTSTRAP-LAUNCHER>/miniruby" ,
317
315
"GRAALVM_TOOLCHAIN_CC" : "<toolchainGetToolPath:native,CC>" ,
318
316
},
Original file line number Diff line number Diff line change @@ -26,4 +26,4 @@ libtruffleposix.$(SOEXT): truffleposix.o Makefile
26
26
$(Q ) $(CC ) -shared $(LDFLAGS ) -o $@ $<
27
27
28
28
truffleposix.o : truffleposix.c Makefile
29
- $(Q ) $(CC ) -o $@ -c $(CFLAGS ) $(LDFLAGS ) -I$(NFI_HEADERS_DIR ) -I $( RUBY_HDR_DIR ) $<
29
+ $(Q ) $(CC ) -o $@ -c $(CFLAGS ) $(LDFLAGS ) -I$(RUBY_HDR_DIR ) $<
Original file line number Diff line number Diff line change @@ -69,8 +69,6 @@ SUCH DAMAGE.
69
69
#include <sys/sysmacros.h>
70
70
#endif
71
71
72
- #include <trufflenfi.h>
73
-
74
72
struct truffleposix_stat {
75
73
uint64_t atime ;
76
74
uint64_t mtime ;
You can’t perform that action at this time.
0 commit comments