diff options
Diffstat (limited to 'homebrew/azurestoragecpp/.make.sh-auto')
-rw-r--r-- | homebrew/azurestoragecpp/.make.sh-auto | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/homebrew/azurestoragecpp/.make.sh-auto b/homebrew/azurestoragecpp/.make.sh-auto new file mode 100644 index 000000000..92b0c9314 --- /dev/null +++ b/homebrew/azurestoragecpp/.make.sh-auto @@ -0,0 +1,3 @@ +pkg:setup +cmake Microsoft.WindowsAzure.Storage -DBUILD_SAMPLES=OFF -DBUILD_TESTS=OFF -DCMAKE_TOOLCHAIN_FILE=${CMAKE_TOOLCHAIN_FILE} +make DESTDIR=${PKG_DEST} install |