build: separate compiler and libs
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
package main
|
||||
|
||||
/*
|
||||
#include <stdlib.h>
|
||||
*/
|
||||
import "C"
|
||||
|
||||
func main() {
|
||||
p := C.malloc(1024)
|
||||
defer C.free(p)
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
;
|
||||
Reference in New Issue
Block a user