Skip to content

Commit f62cf1c

Browse files
committed
update
1 parent 6293b47 commit f62cf1c

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.gitmodules

-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +0,0 @@
1-
[submodule "third-party/glfw"]
2-
path = third-party/glfw
3-
url = https://github.com/glfw/glfw

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"scripts": {
1111
"test": "echo \"Error: no test specified\" && exit 1",
12-
"postinstall": "git submodule update --init && mkdir -p build && cd build && cmake .. && make"
12+
"install": "mkdir -p build && cd build && cmake .. && make"
1313
},
1414
"repository": {
1515
"type": "git",

0 commit comments

Comments
 (0)