diff options
| author | stefan11111 <stefan11111@shitposting.expert> | 2024-02-23 01:16:49 +0200 |
|---|---|---|
| committer | stefan11111 <stefan11111@shitposting.expert> | 2024-02-23 01:16:49 +0200 |
| commit | b4aea3fefcda348ea174a12e8ec3372272fad304 (patch) | |
| tree | ba11f5740e1ed14ffc6d0bdebb014ae6152ba31f /Makefile | |
| parent | 802e9eaaef1a75db785d801c14788cbddcf17758 (diff) | |
| download | fake-dbus-b4aea3fefcda348ea174a12e8ec3372272fad304.tar.gz | |
update Makefile
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ .POSIX: XCFLAGS = ${CPPFLAGS} ${CFLAGS} -nostdlib -std=c99 -fPIC -Wall -Wno-pedantic -XLDFLAGS = ${LDFLAGS} -shared -Wl +XLDFLAGS = ${LDFLAGS} -shared -Wl,--version-script Version -Wl LIBDIR ?= /lib64 |
