diff options
| author | Joshua Mark Manton <joshuamarkk@gmail.com> | 2018-05-16 23:08:01 -0700 |
|---|---|---|
| committer | Joshua Mark Manton <joshuamarkk@gmail.com> | 2018-05-16 23:08:01 -0700 |
| commit | 703393fc634317fef38587f096199e5eb46f2d0e (patch) | |
| tree | 14f74fa5b9f9563d13545618f81510c4cfc2d63b /src | |
| parent | 81420ab246d3af80dced54cd2de0c5f636a5a78d (diff) | |
whitespace
Diffstat (limited to 'src')
| -rw-r--r-- | src/main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp index 2e22b1a96..5760a3c42 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -758,6 +758,8 @@ int main(int arg_count, char **arg_ptr) { return 1; } + + // NOTE(bill): add 'shared' directory if it is not already set if (!find_library_collection_path(str_lit("shared"), nullptr)) { add_library_collection(str_lit("shared"), |