We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03f270a commit a56a3f2Copy full SHA for a56a3f2
.github/workflows/Windows.yml
@@ -357,7 +357,7 @@ jobs:
357
mkdir build
358
cd build
359
$env:CPPINTEROP_BUILD_DIR="$env:PWD_DIR"
360
- $env:LDFLAGS="-allow-multiple-definition"
+ $env:LDFLAGS="-Xlink=-force:multiple"
361
echo "CPPINTEROP_BUILD_DIR=$env:CPPINTEROP_BUILD_DIR"
362
echo "CPPINTEROP_BUILD_DIR=$env:CPPINTEROP_BUILD_DIR" >> $env:GITHUB_ENV
363
if ( "${{ matrix.cling }}" -imatch "On" )
0 commit comments