Skip to content

Commit

Permalink
Merge branch 'main' into feat/cmake-win-pass
Browse files Browse the repository at this point in the history
  • Loading branch information
MementoRC authored Oct 25, 2024
2 parents f4d9def + 74e2cff commit e487a5f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions recipe/build_scripts/native-cmake-linux-64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ EXTRA_CMAKE_ARGS+=( \
"-DZIG_SHARED_LLVM=ON" \
"-DZIG_USE_LLVM_CONFIG=ON" \
"-DZIG_TARGET_TRIPLE=${SYSROOT_ARCH}-linux-gnu" \
"-DZIG_TARGET_MCPU=baseline" \
)

# Zig searches for libm.so/libc.so in incorrect paths (libm.so with hard-coded /usr/lib64/libmvec_nonshared.a)
Expand Down
1 change: 1 addition & 0 deletions recipe/build_scripts/native-cmake-osx-64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ EXTRA_CMAKE_ARGS+=( \
"-DZIG_SHARED_LLVM=ON" \
"-DZIG_USE_LLVM_CONFIG=ON" \
"-DZIG_TARGET_TRIPLE=${SYSROOT_ARCH}-macos-none" \
"-DZIG_TARGET_MCPU=baseline" \
)

# When using installed c++ libs, zig needs libzigcpp.a
Expand Down

0 comments on commit e487a5f

Please sign in to comment.