1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-15 00:24:19 +00:00
JUCE/extras
reuk 5847e3d6a8
Juceaide: Pass C and CXX flags during configure when not crosscompiling
Similar code was incorrectly removed in
070a6b35e9.

When using CLion to invoke CMake, using a Clang toolchain and Ninja, and
targeting x64, CLion will pass -m64 in CMAKE_C_FLAGS and
CMAKE_CXX_FLAGS. The compilers are passed through to the juceaide build,
but the target arch was not, which meant that the linker attempted to
link x86 libraries, which failed.
2023-04-18 11:39:40 +01:00
..
AudioPerformanceTest Native: Rename all native files for improved consistency 2023-04-04 19:54:29 +01:00
AudioPluginHost Global: Avoid floating-point equality checks where possible 2023-04-04 19:55:11 +01:00
BinaryBuilder Native: Rename all native files for improved consistency 2023-04-04 19:54:29 +01:00
Build Juceaide: Pass C and CXX flags during configure when not crosscompiling 2023-04-18 11:39:40 +01:00
NetworkGraphicsDemo Native: Rename all native files for improved consistency 2023-04-04 19:54:29 +01:00
Projucer Global: Avoid floating-point equality checks where possible 2023-04-04 19:55:11 +01:00
UnitTestRunner Native: Rename all native files for improved consistency 2023-04-04 19:54:29 +01:00
WindowsDLL Native: Rename all native files for improved consistency 2023-04-04 19:54:29 +01:00
CMakeLists.txt Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00