We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8628c0 commit 4f2bfcbCopy full SHA for 4f2bfcb
c2pa_c_ffi/Makefile
@@ -37,7 +37,7 @@ define make_zip
37
fi; \
38
mkdir -p $(TARGET_DIR)/artifacts $(1)/include $(1)/lib; \
39
cp $(1)/c2pa.h $(1)/include/; \
40
- if [[ "$(2)" == *"ios"* ]]; then \
+ if echo "$(2)" | grep -q "ios"; then \
41
cp $(1)/libc2pa_c.a $(1)/lib/; \
42
else \
43
find $(1) -name "libc2pa_c.*" ! -name "*.a" ! -path "*/deps/*" -exec cp {} $(1)/lib/ \;; \
0 commit comments