Fixed dll build

pull/1884/head
Gabi Melman 5 years ago
parent c8d26d9b8d
commit 841537be9d

@ -29,7 +29,7 @@ environment:
- GENERATOR: '"Visual Studio 15 2017 Win64"' - GENERATOR: '"Visual Studio 15 2017 Win64"'
BUILD_TYPE: Release BUILD_TYPE: Release
WCHAR: 'OFF' WCHAR: 'OFF'
BUILD_SHARED: 'OFF' BUILD_SHARED: 'ON'
build_script: build_script:
- cmd: >- - cmd: >-
set set

@ -11,9 +11,6 @@
// //
#if !defined(SPDLOG_FMT_EXTERNAL) #if !defined(SPDLOG_FMT_EXTERNAL)
#if !defined(FMT_HEADER_ONLY)
#define FMT_HEADER_ONLY
#endif
#ifndef FMT_USE_WINDOWS_H #ifndef FMT_USE_WINDOWS_H
#define FMT_USE_WINDOWS_H 0 #define FMT_USE_WINDOWS_H 0
#endif #endif

Loading…
Cancel
Save