aboutsummaryrefslogtreecommitdiff
path: root/src/wixnative/runtime.win.WixToolset.Core.Native.nuspec
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2020-05-09 21:08:49 +1000
committerSean Hall <r.sean.hall@gmail.com>2020-05-09 21:11:56 +1000
commit670075995cf1b78d0a66e1a7678fd2facc8958ff (patch)
treedf7f699b85e34bb8f487fdad64aaaa9cb8dbfe9f /src/wixnative/runtime.win.WixToolset.Core.Native.nuspec
parentdf6e15e2b026f8a419fb275c0b50c9d3b3298859 (diff)
downloadwix-670075995cf1b78d0a66e1a7678fd2facc8958ff.tar.gz
wix-670075995cf1b78d0a66e1a7678fd2facc8958ff.tar.bz2
wix-670075995cf1b78d0a66e1a7678fd2facc8958ff.zip
Use NATIVE_DLL_SEARCH_DIRECTORIES to support cross-platform wixnative.exe
Diffstat (limited to 'src/wixnative/runtime.win.WixToolset.Core.Native.nuspec')
-rw-r--r--src/wixnative/runtime.win.WixToolset.Core.Native.nuspec8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/wixnative/runtime.win.WixToolset.Core.Native.nuspec b/src/wixnative/runtime.win.WixToolset.Core.Native.nuspec
index f7697694..59eff4e6 100644
--- a/src/wixnative/runtime.win.WixToolset.Core.Native.nuspec
+++ b/src/wixnative/runtime.win.WixToolset.Core.Native.nuspec
@@ -14,9 +14,9 @@
14 </metadata> 14 </metadata>
15 15
16 <files> 16 <files>
17 <file src="Win32\wixnative.x86.exe" target="runtimes\win-x86\native" /> 17 <file src="Win32\wixnative.exe" target="runtimes\win-x86\native" />
18 <file src="Win32\wixnative.x86.pdb" target="runtimes\win-x86\native" /> 18 <file src="Win32\wixnative.pdb" target="runtimes\win-x86\native" />
19 <file src="x64\wixnative.amd64.exe" target="runtimes\win-x64\native" /> 19 <file src="x64\wixnative.exe" target="runtimes\win-x64\native" />
20 <file src="x64\wixnative.amd64.pdb" target="runtimes\win-x64\native" /> 20 <file src="x64\wixnative.pdb" target="runtimes\win-x64\native" />
21 </files> 21 </files>
22</package> 22</package>