Skip to content

Commit

Permalink
Fix wn bin decoration for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
AnarManafov committed Jan 10, 2024
1 parent 90fae70 commit e9b0abb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dds-session/src/Start.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,10 @@ bool CStart::checkPrecompiledWNBins(bool _Mixed)

#if BOOST_ARCH_X86
#if BOOST_ARCH_X86_64
const string sArch("x64");
const string sArch("x86_64");
// support of x86 is dropped, we support only 64bit
// #elif BOOST_ARCH_X86_32
// const string sArch("x64");
// const string sArch("x86_32");
#endif
#elif BOOST_ARCH_ARM
const string sArch("arm64");
Expand Down

0 comments on commit e9b0abb

Please sign in to comment.