Skip to content

Commit

Permalink
fix j2c linux
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalgust committed Jun 15, 2024
1 parent bc116d6 commit a936a98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion j2c/build/build_console.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ CSRC="../app"
VMLIST=`find ${CSRC}/vm -type f -name "*.c" `
GENLIST=`find ${CSRC}/generted/c -type f -name "*.c" `

${GCC} -O3 -o app -I${CSRC}/generted/c -I${CSRC}/vm -I${CSRC}/vm/https/ -I${CSRC}/vm/https/mbedtls/include/ -lpthread -lm $VMLIST ${GENLIST} ../app/platform/desktop/main.c
${GCC} -O3 -o app -I${CSRC}/generted/c -I${CSRC}/vm -I${CSRC}/vm/https/ -I${CSRC}/vm/https/mbedtls/include/ -lpthread -lm -ldl $VMLIST ${GENLIST} ../app/platform/desktop/main.c



0 comments on commit a936a98

Please sign in to comment.