Merge pull request #867 from oviradoi/issue858

Fix creating the nuget package with Raggles' fork of CoApp
This commit is contained in:
Milo Yip 2017-02-26 22:38:23 +08:00 committed by GitHub
commit 7f753fe76b

View File

@ -71,5 +71,7 @@ Changed
targets {
// We're trying to be standard about these sorts of thing. (Will help with config.h later :D)
//Defines += HAS_EQCORE;
// Fix creating the package with Raggles' fork of CoApp
Includes += "$(MSBuildThisFileDirectory)../..${d_include}";
};
}