Carla: fix armv6* patch
This commit is contained in:
parent
a813dc10a6
commit
f5314dea61
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
+
|
+
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue