Skip to content

Commit

Permalink
Merge pull request #608 from KomodoPlatform/patch-xenial-build
Browse files Browse the repository at this point in the history
build: fix build on xenial (16.04)
  • Loading branch information
ca333 authored Jan 26, 2024
2 parents bea9371 + 6b906fd commit 4696d1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cryptoconditions/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ libcryptoconditions_core_a_SOURCES = \
src/asn/per_decoder.c \
src/asn/per_encoder.c \
src/asn/per_opentype.c
libcryptoconditions_core_a_CPPFLAGS=-I. -I./src/include -I./src/asn
libcryptoconditions_core_a_CPPFLAGS=-I. -I./src/include -I./src/asn -fPIC

test:
bash -c '[ -d .env ] || virtualenv .env -p python3'
Expand Down

0 comments on commit 4696d1d

Please sign in to comment.