From fb46b4216754b658112e39649924f208ac9c45ae Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Mon, 3 Feb 2020 06:48:46 +0100 Subject: [PATCH] Fix linking on Linux --- src/project.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/project.conf b/src/project.conf index e3c7493..b018133 100644 --- a/src/project.conf +++ b/src/project.conf @@ -1,6 +1,6 @@ targets=clock cflags=-Wall -g -O2 -pedantic -fstack-protector -fPIE -ldflags=-Wl,-pie +ldflags=-pie #for Gtk+ 2 #cflags_force=-W `pkg-config --cflags libSystem gtk+-2.0` #ldflags_force=`pkg-config --libs libSystem gtk+-2.0` -lintl