mirror of
https://github.com/cimgui/cimgui.git
synced 2025-08-11 04:18:29 +01:00
try to make github actions happy again
This commit is contained in:
@@ -66,10 +66,10 @@ done
|
|||||||
|
|
||||||
set -- "${POSITIONAL_ARGS[@]}" # restore positional parameters
|
set -- "${POSITIONAL_ARGS[@]}" # restore positional parameters
|
||||||
|
|
||||||
if [[ "$OSTYPE" == "cygwin" || "$OSTYPE" == "msys" || "$OSTYPE" == "win32" ]];
|
# if [[ "$OSTYPE" == "cygwin" || "$OSTYPE" == "msys" || "$OSTYPE" == "win32" ]];
|
||||||
then
|
# then
|
||||||
suffix='.exe'
|
# suffix='.exe'
|
||||||
fi
|
# fi
|
||||||
|
|
||||||
echo "CFLAGS: " $CFLAGS
|
echo "CFLAGS: " $CFLAGS
|
||||||
echo "TARGETS: " $TARGETS
|
echo "TARGETS: " $TARGETS
|
||||||
|
Reference in New Issue
Block a user