[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Tinycc-devel] hello-exe test fails on MacOS Monterey
From: |
Herman ten Brugge |
Subject: |
Re: [Tinycc-devel] hello-exe test fails on MacOS Monterey |
Date: |
Thu, 27 Apr 2023 07:48:25 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.10.0 |
On 4/20/23 11:57, Jona Ekenberg wrote:
```
git clone https://repo.or.cz/w/tinycc.git
cd tinycc
./configure
make
make test
```
Can you try again with:
./configure --config-codesign
Perhaps we should update the configure script to autodetect this.
Herman