mirror of
https://github.com/boostorg/regex.git
synced 2025-07-30 12:37:21 +02:00
Update clang linkage options.
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -170,7 +170,7 @@ jobs:
|
||||
run: CXX=clang++-18 ./config/clang.sh ./config/test_has_module_support.cpp ./config/has_module_support.cpp has_module_support
|
||||
working-directory: ../boost-root/libs/regex/test/module
|
||||
- name: Test
|
||||
run: CXX=clang++-18 ./test.sh ./config/clang.sh
|
||||
run: CXX=clang++-18 LIBRARIES="-licuuc -licudt -licuin" ./test.sh ./config/clang.sh
|
||||
working-directory: ../boost-root/libs/regex/test/module
|
||||
macos:
|
||||
runs-on: macos-latest
|
||||
|
@ -33,4 +33,4 @@ module_usage="$module_usage -fmodule-file=$cxx_module_name=$module_base.pcm $mod
|
||||
done
|
||||
|
||||
# Build the actual executable:
|
||||
$CXX $CXXFLAGS $1 $module_usage -o $3 || exit 1
|
||||
$CXX $CXXFLAGS $1 $module_usage $LIBRARIES -o $3 || exit 1
|
||||
|
Reference in New Issue
Block a user