Alexander Bulekov 789035f123 oss-fuzz: fix rpath
Prior to this change,
readelf -d build/out/qemu/qemu-fuzz-i386-target-virtio-net-slirp
...
0x000000000000000f (RPATH)  Library rpath: ['$$ORIGIN/lib':$ORIGIN/migration:$ORIGIN/]

As of 1a4db552d8 ("ninjatool: quote dollars in variables"), we don't
need to manually double the dollars. Also, remove the single-quotes as
they are copied into the rpath.

After this change:
0x000000000000000f (RPATH)  Library rpath: [$ORIGIN/lib:$ORIGIN/migration:$ORIGIN/]

Signed-off-by: Alexander Bulekov <alxndr@bu.edu>
Message-Id: <20200902142657.112879-3-alxndr@bu.edu>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2020-09-08 11:43:16 +02:00
..
2020-09-08 11:43:16 +02:00
2020-08-21 06:30:07 -04:00
2020-08-21 06:30:35 -04:00
2020-08-21 06:30:39 -04:00
2020-08-21 06:30:14 -04:00
2020-09-08 11:43:16 +02:00
2020-09-01 08:51:34 -04:00
2019-02-05 16:50:16 +01:00
2020-08-21 06:30:17 -04:00