Skip to content

Commit

Permalink
Remove slash from compiler id
Browse files Browse the repository at this point in the history
  • Loading branch information
TheOnlyZac authored Jun 29, 2024
1 parent 7b563b1 commit 9ad90cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/coreapp/compilers.py
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ def available_platforms() -> List[Platform]:
)

EE_GCC29_991111B_R4 = GCCPS2Compiler(
id="ee-gcc2.9-991111b/r4",
id="ee-gcc2.9-991111b-r4",
platform=PS2,
cc='${COMPILER_DIR}/bin/ee-gcc -c $COMPILER_FLAGS "$INPUT" -o "$OUTPUT"',
)
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/lib/i18n/locales/en/compilers.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"ee-gcc2.9-990721": "EE GCC 2.9 build 990721",
"ee-gcc2.9-991111": "EE GCC 2.9 build 991111",
"ee-gcc2.9-991111a": "EE GCC 2.9 build 991111a",
"ee-gcc2.9-991111b/r4": "EE GCC 2.9 build 991111b/r4",
"ee-gcc2.9-991111b-r4": "EE GCC 2.9 build 991111b/r4",
"ee-gcc2.9-991111-01": "EE GCC 2.9 build 991111-01",
"ee-gcc2.95.2-273a": "EE GCC 2.95.2 (SN BUILD v2.73a)",
"ee-gcc2.95.2-274": "EE GCC 2.95.2 (SN BUILD v2.74)",
Expand Down

0 comments on commit 9ad90cf

Please sign in to comment.