Commit 4599db0f authored by Felix Paul Kühne's avatar Felix Paul Kühne

contrib/gpg-error: iOS compilation fix

(cherry picked from commit a3036326827ab738a03f5daecf15f11b6d046a42)
parent 102aa1c3
......@@ -14,6 +14,9 @@ ifdef HAVE_WIN32
endif
$(MOVE)
cp $@/src/syscfg/lock-obj-pub.arm-unknown-linux-androideabi.h $@/src/syscfg/lock-obj-pub.linux-android.h
ifdef HAVE_IOS
cp $@/src/syscfg/lock-obj-pub.arm-unknown-linux-androideabi.h $@/src/syscfg/lock-obj-pub.$(HOST).h
endif
.gpg-error: libgpg-error
cd $< && $(HOSTVARS) ./configure $(HOSTCONF) --disable-nls --disable-shared --disable-languages
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment