summaryrefslogtreecommitdiff
path: root/win32/ruby.manifest
diff options
context:
space:
mode:
Diffstat (limited to 'win32/ruby.manifest')
-rw-r--r--win32/ruby.manifest8
1 files changed, 8 insertions, 0 deletions
diff --git a/win32/ruby.manifest b/win32/ruby.manifest
new file mode 100644
index 0000000000..2bd495979b
--- /dev/null
+++ b/win32/ruby.manifest
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="utf-8" standalone="yes"?>
+<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
+ <application xmlns="urn:schemas-microsoft-com:asm.v3">
+ <windowsSettings xmlns:ws2="http://schemas.microsoft.com/SMI/2016/WindowsSettings">
+ <ws2:longPathAware>true</ws2:longPathAware>
+ </windowsSettings>
+ </application>
+</assembly>