Skip to content

Commit 058bce7

Browse files
committed
fix CI, remove unused files
1 parent bcc4caa commit 058bce7

File tree

15 files changed

+7
-6759
lines changed

15 files changed

+7
-6759
lines changed

examples/cxx/build-and-run.ps1

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -136,13 +136,13 @@ if ($USE_MSVC) {
136136
}
137137

138138
$MsvcArgs += @(
139-
"/I`"$CXX_BRIDGE_INCLUDE`"",
140-
"/I`"$CXX_BRIDGE_CRATE`"",
141-
"/I`"$RUST_CXX_INCLUDE`"",
142-
"/I`"$PROJECT_ROOT`"",
139+
"/I$CXX_BRIDGE_INCLUDE",
140+
"/I$CXX_BRIDGE_CRATE",
141+
"/I$RUST_CXX_INCLUDE",
142+
"/I$PROJECT_ROOT",
143143
$ExampleCpp,
144-
"`"$CRATE_LIB`"",
145-
"`"$CXX_BRIDGE_LIB`"",
144+
$CRATE_LIB,
145+
$CXX_BRIDGE_LIB,
146146
"ws2_32.lib", "advapi32.lib", "userenv.lib", "ntdll.lib", "bcrypt.lib"
147147
)
148148

@@ -151,7 +151,7 @@ if ($USE_MSVC) {
151151
$MsvcArgs += $ExtraMsvcLibs.Split(" ")
152152
}
153153

154-
$MsvcArgs += "/Fe:$ExampleExe"
154+
$MsvcArgs += "/Fe$ExampleExe"
155155

156156
& cl.exe $MsvcArgs
157157

release/cmake/DatadogConfig.cmake

Lines changed: 0 additions & 81 deletions
This file was deleted.

0 commit comments

Comments
 (0)