1
1

Fix invalid symbols by excluding stdlib

This is a poor mans fix for the problem with the build, but what can you do 🤷
Dieser Commit ist enthalten in:
Thom Wiggers 2019-01-23 11:52:53 +01:00
Ursprung 08830cde0c
Commit 2fe5dc73ea
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 001BB0A7CE26E363

Datei anzeigen

@ -70,6 +70,7 @@ bin/shared_$(subst /,_,$(SCHEME))_clean.so: $(wildcard $(SCHEME)/clean/*.c) | re
gcc $(CFLAGS) \
-DPQCLEAN_NAMESPACE=$(shell echo PQCLEAN_$(subst -,,$(notdir $(SCHEME))) | tr a-z A-Z) \
-g \
-nostdlib \
-shared \
-fPIC \
-iquote "./common/" \