Skip to content
This repository was archived by the owner on Feb 5, 2023. It is now read-only.
This repository was archived by the owner on Feb 5, 2023. It is now read-only.

Build fails if project path contains space #1

@SachinGanesh

Description

@SachinGanesh

Build fails if there is space in project directory.

The issue is in Build Rules -> Yacc source files using script

echo ${DERIVED_FILE_DIR}
echo ${INPUT_FILE_PATH}

cd ${DERIVED_FILE_DIR} && yacc -d -p nt ${INPUT_FILE_PATH} && mv y.tab.c ${INPUT_FILE_BASE}.m && mv y.tab.h ${INPUT_FILE_BASE}.h

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions