Carla: fix armv6* patch

This commit is contained in:
Duncaen 2022-10-08 14:21:44 +02:00
parent a813dc10a6
commit f5314dea61
No known key found for this signature in database
GPG key ID: 335C1D17EC3D6E35

View file

@ -4,7 +4,7 @@
JUCE_GUI_EXTRA_LIBS = JUCE_GUI_EXTRA_LIBS =
endif endif
+ifeq (arm-linux-gnueabihf,$(TARGET_MACHINE))) +ifneq (,$(findstring arm-,$(TARGET_MACHINE)))
+JUCE_CORE_LIBS += -latomic +JUCE_CORE_LIBS += -latomic
+endif +endif
+ +