diff options
author | Koenig, Joerg <Joerg.Koenig@techsat.com> | 2020-04-27 05:54:53 (GMT) |
---|---|---|
committer | Koenig, Joerg <Joerg.Koenig@techsat.com> | 2020-04-27 05:54:53 (GMT) |
commit | 6e24ff1286038ff1a35b34b00eb5fa3cf6b5abb6 (patch) | |
tree | 28664baa5a187a2066c11d543d61cac4110d5daf /Makefile.xmingw64 | |
parent | dcbb4ef209fe20fbcac0b176d8cb7f2528b4648a (diff) | |
download | Qt-6e24ff1286038ff1a35b34b00eb5fa3cf6b5abb6.zip Qt-6e24ff1286038ff1a35b34b00eb5fa3cf6b5abb6.tar.gz Qt-6e24ff1286038ff1a35b34b00eb5fa3cf6b5abb6.tar.bz2 |
Removed -no-rpath from qt configurerefs/changes/93/11093/1
Change-Id: Ica150c5ec70a7b22420577f17cc2af240a6bfd2a
Diffstat (limited to 'Makefile.xmingw64')
-rw-r--r-- | Makefile.xmingw64 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.xmingw64 b/Makefile.xmingw64 index 68c1416..1a48e07 100644 --- a/Makefile.xmingw64 +++ b/Makefile.xmingw64 @@ -98,7 +98,6 @@ qt.x86-mingw64.shared: -prefix $(LOCAL_INST_PATH)/qt-$(VERSION)-shared \ -release \ -opensource \ - -no-rpath \ -strip \ -ssl \ -openssl \ @@ -145,7 +144,6 @@ qt.x86-mingw64.static: -strip \ -ssl \ -openssl \ - -no-rpath \ -I$(LOCAL_INST_PATH)/openssl/include \ -L$(LOCAL_INST_PATH)/opensll/lib \ -nomake examples \ |