From 84f67219541eaab052487fa7808f4df0a8106b99 Mon Sep 17 00:00:00 2001 From: niansa Date: Sat, 12 Sep 2020 21:02:44 +0000 Subject: [PATCH] Made cport compile in all compilers --- cport/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cport/main.c b/cport/main.c index 28bee3f..60bad35 100755 --- a/cport/main.c +++ b/cport/main.c @@ -1,4 +1,4 @@ -#! /usr/bin/tcc -run +//usr/bin/tcc -run #include "definitions.h"