Skip to content

Commit

Permalink
wip2
Browse files Browse the repository at this point in the history
  • Loading branch information
pfeodrippe committed Sep 8, 2024
1 parent 435e494 commit 15a6a49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/jextract-libs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ $VYBE_GCC \
-shared \
bin/vybe_flecs.c \
bin/flecs.c \
-o "native/${VYBE_LIB_PREFIX}vybe_flecs.$VYBE_EXTENSION" $VYBE_GCC_END
-o "native/${VYBE_LIB_PREFIX}vybe_flecs.$VYBE_EXTENSION" $VYBE_GCC_END $VYBE_GCC_RAYLIB

if [[ $VYBE_EXTENSION == "dll" ]]; then
$VYBE_JEXTRACT \
Expand Down

0 comments on commit 15a6a49

Please sign in to comment.