diff options
| author | thebirk <pingnor@gmail.com> | 2019-02-01 15:33:27 +0100 |
|---|---|---|
| committer | thebirk <pingnor@gmail.com> | 2019-02-01 15:33:27 +0100 |
| commit | 7ea7fc10db4b8ec8085a2f6307c5cdb17bb5927c (patch) | |
| tree | c2eaa48246a9adadacc6d3c749f9f67d12cad958 | |
| parent | dc3d62d437ae7667e7817b13b89b8165cb379f22 (diff) | |
Fixed macOS not compiling.
| -rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 9351df3b2..51a6856d1 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1125,7 +1125,7 @@ int main(int arg_count, char **arg_ptr) { // NOTE: macOS links DWARF symbols dynamically. Dsymutil will map the stubs in the exe // to the symbols in the object file exit_code = system_exec_command_line_app("dsymutil", true, - "dsymutil %.*s%s", LIT(output_base), output_ext + "dsymutil %.*s%.*s", LIT(output_base), LIT(output_ext) ); if (exit_code != 0) { |