Skip to content

Commit

Permalink
PDE Migration to bookworm
Browse files Browse the repository at this point in the history
  • Loading branch information
sg893052 committed Mar 29, 2024
1 parent f2cc748 commit 9f7ac0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sonic-pde-tests/sonic_pde_saiut/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ SAI_INC := /usr/include/sai
SAI_LIB := /usr/lib

CC := gcc
CFLAGS := -fPIC -I/usr/include/python3.9 -I$(SAI_INC) -I$(SAI_INC)/experimental
CFLAGS := -fPIC -I/usr/include/python3.11 -I$(SAI_INC) -I$(SAI_INC)/experimental

LDFLAGS := -L$(SAI_LIB) -lsai

Expand Down

0 comments on commit 9f7ac0f

Please sign in to comment.