mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-09 21:43:40 +00:00
cgo: add package directory to header include paths
This commit is contained in:
Vendored
+1
-2
@@ -2,8 +2,7 @@ package main
|
||||
|
||||
/*
|
||||
int fortytwo(void);
|
||||
typedef short myint;
|
||||
int add(int a, int b);
|
||||
#include "main.h"
|
||||
*/
|
||||
import "C"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user