linuxdcpp-team team mailing list archive
-
linuxdcpp-team team
-
Mailing list archive
-
Message #06417
Re: [Question #218845]: Error while compiling - what's the reason?
Question #218845 on ADCH++ changed:
https://answers.launchpad.net/adchpp/+question/218845
Status: Open => Answered
poy proposed the following answer:
you have to add arch=x64 to the scons command (for example scons
mode=release arch=x64 ). you can throw it in a custom.py file if you
fear you might forget about it: create a custom.py file and write
arch='x64' in it.
--
You received this question notification because you are a member of
Dcplusplus-team, which is an answer contact for ADCH++.