Fix linking for DMD 2.065 in Posix (breaks 2.064) when build using DUB
1 parent 96f241d commit af295464215d5dcfced9d17bdd8ef7a49dd6d9b0
@Sönke Ludwig Sönke Ludwig authored on 26 Feb 2014
Showing 1 changed file
View
2
■■■
package.json
"name": "application",
"targetType": "executable",
"mainSourceFile": "source/app.d",
"libs": ["curl"],
"libs-posix-dmd": ["phobos2"],
"copyFiles-windows": ["curllib.dll", "libeay32.dll", "openldap.dll", "ssleay32.dll"],
"versions": ["DubUseCurl"]
},
{
"name": "library",
"targetType": "library",
"excludedSourceFiles": ["source/app.d"],
"libs": ["curl"],
"libs-posix-dmd": ["phobos2"],
"copyFiles-windows": ["curllib.dll", "libeay32.dll", "openldap.dll", "ssleay32.dll"],
"versions": ["DubUseCurl"]
},
{