Skip to content

Commit

Permalink
CMake Presets: "base-user" overwrites also apply to "dkp" builds now
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghabry committed Feb 25, 2025
1 parent f684f3c commit e56e84f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builds/cmake/CMakePresetsUser.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"environment": {
"#DEVKITPRO": "/path/to/devkitpro"
},
"inherits": ["dkp"],
"inherits": ["dkp", "base-user"],
"vendor": {
"README": {
"line1": "Instead of setting an environment variable for devkitPro you can alternative provide",
Expand Down

0 comments on commit e56e84f

Please sign in to comment.