diff options
| author | 2012-11-08 01:49:08 +0100 | |
|---|---|---|
| committer | 2012-11-08 01:49:08 +0100 | |
| commit | d9527466753ef6a15a89dfbacc26aaeccd2fdea3 (patch) | |
| tree | 1e6fc4d8a43c4ac37d0a4a0fecf08dff484ffca3 /Makefile.shared | |
| parent | a95d6c80b2d068ab1372dbfa1eb6635301c87bae (diff) | |
| download | libirecovery-d9527466753ef6a15a89dfbacc26aaeccd2fdea3.tar.gz libirecovery-d9527466753ef6a15a89dfbacc26aaeccd2fdea3.tar.bz2 | |
Fix typo in Makefile.shared linking flags for Linux
Diffstat (limited to 'Makefile.shared')
| -rw-r--r-- | Makefile.shared | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.shared b/Makefile.shared index 05fd4ef..493c013 100644 --- a/Makefile.shared +++ b/Makefile.shared | |||
| @@ -28,7 +28,7 @@ ifeq ($(findstring linux,$(MACHINE)), linux) | |||
| 28 | LIBIRECOVERY_STATIC_TARGET = libirecovery.a | 28 | LIBIRECOVERY_STATIC_TARGET = libirecovery.a |
| 29 | 29 | ||
| 30 | LIBIRECOVERY_SHARED_TARGET = libirecovery.so | 30 | LIBIRECOVERY_SHARED_TARGET = libirecovery.so |
| 31 | LIBIRECOVERY_SHARED_LDFLAGS = $(LDFLAGS) -shared -W1,-soname,$(LIBIRECOVERY_SHARED_TARGET) | 31 | LIBIRECOVERY_SHARED_LDFLAGS = $(LDFLAGS) -shared -Wl,-soname,$(LIBIRECOVERY_SHARED_TARGET) |
| 32 | LIBIRECOVERY_SHARED_LIBS = $(LIBS) | 32 | LIBIRECOVERY_SHARED_LIBS = $(LIBS) |
| 33 | endif | 33 | endif |
| 34 | 34 | ||
