-
-
Notifications
You must be signed in to change notification settings - Fork 317
Closed
Description
nuget.package/tools/net45/GetLibLuaPostBuildCmd.ps1
This file adds post build events that copy the wrong version of the native library for our project. We are developing on an x64 machine, but targeting x86 processors. Because the machine is x64, the install script assumes, incorrectly, that we desire the x64 library, and we get a Bad Image Format exception when we try to run the code.
Also, the path of the reference in the post-build event is hard coded to the development machine, which will result in a failure on our build server.
Maybe this is the same culprit as what is described in #66.
Metadata
Metadata
Assignees
Labels
No labels