aboutsummaryrefslogtreecommitdiff
path: root/ports/azure-storage-cpp/static-builds.patch
diff options
context:
space:
mode:
Diffstat (limited to 'ports/azure-storage-cpp/static-builds.patch')
-rw-r--r--ports/azure-storage-cpp/static-builds.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/ports/azure-storage-cpp/static-builds.patch b/ports/azure-storage-cpp/static-builds.patch
deleted file mode 100644
index 09b2f1077..000000000
--- a/ports/azure-storage-cpp/static-builds.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/Microsoft.WindowsAzure.Storage/CMakeLists.txt b/Microsoft.WindowsAzure.Storage/CMakeLists.txt
-index 8d1c47e..3b4d1c0 100644
---- a/Microsoft.WindowsAzure.Storage/CMakeLists.txt
-+++ b/Microsoft.WindowsAzure.Storage/CMakeLists.txt
-@@ -108,6 +108,8 @@ elseif(CMAKE_CXX_COMPILER_ID MATCHES "MSVC")
- add_compile_options(/MP)
- if(BUILD_SHARED_LIBS)
- add_definitions(-DWASTORAGE_DLL -D_USRDLL)
-+ else()
-+ add_definitions(-D_NO_WASTORAGE_API)
- endif()
- else()
- message("-- Unknown compiler, success is doubtful.")