Skip to content

Commit 24329e4

Browse files
Updating default yamls
1 parent f97d58e commit 24329e4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

DefaultYAMLs/DefaultScriptInfo.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ OtherFilesToBeCompiled:
5555
Default:
5656
# Target Profile
5757
Default:
58-
- "./AnotherSourceFile.cpp"
58+
- "./AnotherSourceFile.cpp"
5959

6060
# (Optional) Define cross-compiler defines for each platform and profile.
6161
# Defines can be specified as just a name or as a name-value pair.
@@ -64,8 +64,8 @@ Defines:
6464
Default:
6565
# Profile name (e.g., "g++", "clang++", "msvc", or "Default" for any profile)
6666
"Default":
67-
- "EXAMPLE_DEFINE" # Define without a value
68-
- "VERSION_MAJOR=1" # Define with a value
67+
- "EXAMPLE_DEFINE" # Define without a value
68+
- "VERSION_MAJOR=1" # Define with a value
6969

7070
# (Optional) The list of dependencies needed by the script
7171
Dependencies:

DefaultYAMLs/DefaultUserConfig.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ Profiles:
236236
# Setup: []
237237
# Cleanup: []
238238
Windows:
239-
Flags: "-Wl,-rpath,$ORIGIN"
239+
Flags: "-Wl,-rpath,\\$ORIGIN"
240240
Executable: "g++"
241241
RunParts: *g++_LinkRunParts
242242
# Setup: []
@@ -256,7 +256,7 @@ Profiles:
256256
# Setup: []
257257
# Cleanup: []
258258
Windows:
259-
Flags: "-shared -Wl,-rpath,$ORIGIN"
259+
Flags: "-shared -Wl,-rpath,\\$ORIGIN"
260260
Executable: "g++"
261261
RunParts: *g++_LinkRunParts
262262
# Setup: []

0 commit comments

Comments
 (0)