Skip to content

Commit 0900d9a

Browse files
committed
Just now, no need to build v8wrap.dll
1 parent 9fb8b62 commit 0900d9a

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

Makefile

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,6 @@ ifndef GOOS
22
GOOS := `go env GOOS`
33
endif
44

5-
ifeq ($(GOOS),windows)
6-
v8wrap.dll : v8wrap.cc v8.go
7-
g++ -shared -o v8wrap.dll -I. -Ic:/mingw/include/v8 v8wrap.cc -lv8 -lstdc++ -lws2_32 -lwinmm
8-
dlltool -d v8wrap.def -l libv8wrap.a
9-
go build -x .
10-
11-
clean:
12-
rm -f *.dll
13-
else
145
.PHONY: go-install
156

167
all: libv8wrap.a go-install
@@ -25,5 +16,3 @@ go-install:
2516

2617
clean:
2718
rm -f *.a
28-
endif
29-

0 commit comments

Comments
 (0)