From 3acfe5acdd76fbce8b3bcaf02ff480e36eac19bc Mon Sep 17 00:00:00 2001 From: Lars Bergstrom Date: Wed, 13 Jan 2016 16:04:29 -0600 Subject: [PATCH] Remove erroneous line in shell script --- ports/gonk/fake-ld.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/ports/gonk/fake-ld.sh b/ports/gonk/fake-ld.sh index 0b368e48594..e8423b624b4 100755 --- a/ports/gonk/fake-ld.sh +++ b/ports/gonk/fake-ld.sh @@ -5,5 +5,4 @@ if echo $@ | grep -qv " -shared" then PIE_FLAG="-pie" fi -$PIE_FLAG arm-linux-androideabi-g++ $@ $LDFLAGS $PIE_FLAG -lGLESv2 -L$GONKDIR/backup-flame/system/lib/