We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91bb6a1 commit 512b312Copy full SHA for 512b312
1 file changed
component.mk
@@ -94,6 +94,9 @@ JERRY_CMAKE_PARAMS := \
94
--compile-flag "-I $(JERRYSCRIPT_ROOT)/../src/include" \
95
--compile-flag "-Wno-error=unused-parameter " \
96
--compile-flag "-D_POSIX_C_SOURCE=1 -U__STRICT_ANSI__"
97
+else ifeq ($(UNAME),Darwin)
98
+JERRY_CMAKE_PARAMS := \
99
+ --compile-flag "-Wno-enum-enum-conversion "
100
endif
101
102
$(JERRY_SNAPSHOT_TOOL):
0 commit comments