File tree Expand file tree Collapse file tree 7 files changed +166
-111
lines changed Expand file tree Collapse file tree 7 files changed +166
-111
lines changed Original file line number Diff line number Diff line change @@ -188,8 +188,8 @@ jobs:
188
188
yarn build --target ${{ matrix.settings.target }} -x
189
189
yarn build --target ${{ matrix.settings.target }} -x --release
190
190
elif [[ "${{ matrix.settings.target }}" == *"gnu"* ]]; then
191
- export CFLAGS ="-fuse-ld=lld"
192
- export CC =clang
191
+ export TARGET_CFLAGS ="-fuse-ld=lld"
192
+ export TARGET_CC =clang
193
193
yarn build --target ${{ matrix.settings.target }} --use-napi-cross
194
194
yarn build --target ${{ matrix.settings.target }} --use-napi-cross --release
195
195
elif [[ "${{ matrix.settings.target }}" == *"msvc"* ]]; then
Original file line number Diff line number Diff line change 1
1
[submodule "libmimalloc-sys/c_src/mimalloc "]
2
2
path = libmimalloc-sys/c_src/mimalloc
3
- url = https://github.com/napi-rs /mimalloc.git
3
+ url = https://github.com/microsoft /mimalloc.git
Original file line number Diff line number Diff line change
1
+ /* auto-generated by NAPI-RS */
2
+ /* eslint-disable */
3
+ export declare function hello ( ) : string
You can’t perform that action at this time.
0 commit comments