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:
188188 yarn build --target ${{ matrix.settings.target }} -x
189189 yarn build --target ${{ matrix.settings.target }} -x --release
190190 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
193193 yarn build --target ${{ matrix.settings.target }} --use-napi-cross
194194 yarn build --target ${{ matrix.settings.target }} --use-napi-cross --release
195195 elif [[ "${{ matrix.settings.target }}" == *"msvc"* ]]; then
Original file line number Diff line number Diff line change 11[submodule "libmimalloc-sys/c_src/mimalloc "]
22 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