From b1457b664b6e6d5933297c79a7d0497c5db311ac Mon Sep 17 00:00:00 2001 From: Shagun Agrawal Date: Tue, 30 Jul 2024 22:47:33 +0530 Subject: Fix linux specific compilation bug Add the line which specifies linux does not need executable stack at the end. --- src/cljcc/driver.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cljcc/driver.clj') diff --git a/src/cljcc/driver.clj b/src/cljcc/driver.clj index ad9c3a4..e3c4822 100644 --- a/src/cljcc/driver.clj +++ b/src/cljcc/driver.clj @@ -91,6 +91,6 @@ (comment - (run "/Users/shagunagrawal/Development/c_tests/ex3.c" {}) + (run "./test-programs/ex1.c" {}) ,) -- cgit v1.2.3