From c67f16b7b4b214210d111bbdd34052ca4f139103 Mon Sep 17 00:00:00 2001 From: Perry Kivolowitz Date: Wed, 25 Jan 2023 21:07:23 -0600 Subject: [PATCH] missed one --- python/function.S | 1 + 1 file changed, 1 insertion(+) diff --git a/python/function.S b/python/function.S index 491375b..b23f88d 100644 --- a/python/function.S +++ b/python/function.S @@ -2,6 +2,7 @@ /* gcc -fPIC -shared -o my_square.so function.S + https://realpython.com/python-bindings-overview/#python-bindings-overview */ .p2align 2 .text