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 a054e0d commit 03f270aCopy full SHA for 03f270a
.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="-allow-multiple-definition"
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