diff options
Diffstat (limited to 'tools/depends/target/spdlog/Makefile')
-rw-r--r-- | tools/depends/target/spdlog/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/depends/target/spdlog/Makefile b/tools/depends/target/spdlog/Makefile index 85f9be2220..f2ca418865 100644 --- a/tools/depends/target/spdlog/Makefile +++ b/tools/depends/target/spdlog/Makefile @@ -1,6 +1,7 @@ -include ../../Makefile.include include SPDLOG-VERSION -DEPS = Makefile SPDLOG-VERSION ../../download-files.include +DEPS = Makefile SPDLOG-VERSION ../../download-files.include \ + 001-windows-pdb-symbol-gen.patch CMAKE_OPTIONS= \ -DSPDLOG_BUILD_EXAMPLE=OFF \ @@ -47,6 +48,7 @@ ifeq ($(PREFIX),) endif rm -rf $(PLATFORM); mkdir -p $(PLATFORM)/build cd $(PLATFORM); $(ARCHIVE_TOOL) $(ARCHIVE_TOOL_FLAGS) $(TARBALLS_LOCATION)/$(ARCHIVE) + cd $(PLATFORM); patch -p1 -i ../001-windows-pdb-symbol-gen.patch cd $(PLATFORM)/build; $(CMAKE) $(CMAKE_OPTIONS) .. $(LIBDYLIB): $(PLATFORM) |