File tree 3 files changed +9
-4
lines changed
3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 1
- .PHONY : update-yosys build-yosys all
1
+ .PHONY : update-yosys build-yosys build-yosys-napi clean all
2
2
3
3
all : build-yosys-napi
4
4
@@ -7,9 +7,14 @@ update-yosys:
7
7
git submodule foreach git pull origin master
8
8
9
9
build-yosys : update-yosys
10
- cd yosys-src && echo " ENABLE_LIBYOSYS=1" > Makefile.conf && make
10
+ echo " ENABLE_LIBYOSYS=1" > yosys-src/Makefile.conf
11
+ echo " ENABLE_TCL=0" >> yosys-src/Makefile.conf
12
+ cd yosys-src && make
11
13
12
14
build-yosys-napi : build-yosys
13
15
rm -rf build
14
16
node-gyp configure
15
17
node-gyp build
18
+
19
+ clean :
20
+ cd yosys-src && make clean
Original file line number Diff line number Diff line change 30
30
},
31
31
"files" : [
32
32
" index.js" ,
33
- " index.d.js " ,
33
+ " index.d.ts " ,
34
34
" prebuilds"
35
35
]
36
36
}
Original file line number Diff line number Diff line change @@ -1292,7 +1292,7 @@ prebuildify-ci@^1.0.2:
1292
1292
1293
1293
" prebuildify-load@git+https://git@github.com/dvc94ch/prebuildify-load.git " :
1294
1294
version "1.0.1"
1295
- resolved "git+https://git@github.com/dvc94ch/prebuildify-load.git#a3ab855136e22480bf24cd03c284db6749f0a12d "
1295
+ resolved "git+https://git@github.com/dvc94ch/prebuildify-load.git#9e66f7d2a1768a6b8efde53aa5fd3940d0adda23 "
1296
1296
1297
1297
prebuildify@^2.7.0 :
1298
1298
version "2.7.0"
You can’t perform that action at this time.
0 commit comments