update python
This commit is contained in:
parent
e928dd898b
commit
8b93641896
@ -1,8 +1,8 @@
|
|||||||
CC=gcc
|
CC=gcc
|
||||||
PC=python3.7dm-config
|
PC=python3.11-config
|
||||||
PIE=-fPIE # this was necessary on my machine
|
PIE=-fPIE # this was necessary on my machine
|
||||||
CFLAGS=$(shell $(PC) --cflags)
|
CFLAGS=$(shell $(PC) --embed --cflags)
|
||||||
LDFLAGS=$(shell $(PC) --ldflags)
|
LDFLAGS=$(shell $(PC) --embed --ldflags)
|
||||||
|
|
||||||
simple: simple.o
|
simple: simple.o
|
||||||
$(CC) -o $@ $< $(LDFLAGS)
|
$(CC) -o $@ $< $(LDFLAGS)
|
||||||
|
Loading…
Reference in New Issue
Block a user