Skip to content

Commit 03f270a

Browse files
authored
Try to fix flag
1 parent a054e0d commit 03f270a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ jobs:
357357
mkdir build
358358
cd build
359359
$env:CPPINTEROP_BUILD_DIR="$env:PWD_DIR"
360-
$env:LDFLAGS="--allow-multiple-definition"
360+
$env:LDFLAGS="-allow-multiple-definition"
361361
echo "CPPINTEROP_BUILD_DIR=$env:CPPINTEROP_BUILD_DIR"
362362
echo "CPPINTEROP_BUILD_DIR=$env:CPPINTEROP_BUILD_DIR" >> $env:GITHUB_ENV
363363
if ( "${{ matrix.cling }}" -imatch "On" )

0 commit comments

Comments
 (0)