diff options
| author | Anson Bridges <bridges.anson@gmail.com> | 2022-09-20 17:35:31 -0400 |
|---|---|---|
| committer | Anson Bridges <bridges.anson@gmail.com> | 2022-09-20 17:35:31 -0400 |
| commit | 123c1a2d9a5034902468b9f3ae5a139fff5c2f95 (patch) | |
| tree | 63125c587350495dfd1357dff4afc04e2796257f /src/player_controller/SConstruct | |
| parent | 586817664cebbe670081eea0cb0a0fe2f33adfce (diff) | |
moving stuff off of laptop
Diffstat (limited to 'src/player_controller/SConstruct')
| -rw-r--r-- | src/player_controller/SConstruct | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/player_controller/SConstruct b/src/player_controller/SConstruct index f4bb318..119ad0b 100644 --- a/src/player_controller/SConstruct +++ b/src/player_controller/SConstruct @@ -12,7 +12,7 @@ opts.Add(EnumVariable('platform', "Compilation platform", '', ['', 'windows', 'x opts.Add(EnumVariable('p', "Compilation target, alias for 'platform'", '', ['', 'windows', 'x11', 'linux', 'osx'])) opts.Add(BoolVariable('use_llvm', "Use the LLVM / Clang compiler", 'no')) opts.Add(PathVariable('target_path', 'The path where the lib is installed.', '../../godot/bin/')) -opts.Add(PathVariable('target_name', 'The library name.', 'libgdexample', PathVariable.PathAccept)) +opts.Add(PathVariable('target_name', 'The library name.', 'libplayercontroller', PathVariable.PathAccept)) # Local dependency paths, adapt them to your setup godot_headers_path = "../../godot-cpp/godot-headers/" |
