Skip to content
This repository was archived by the owner on Apr 2, 2025. It is now read-only.

Fix -isystem flag handling#134

Open
chfast wants to merge 1 commit intosakra:masterfrom
chfast:fix-isystem
Open

Fix -isystem flag handling#134
chfast wants to merge 1 commit intosakra:masterfrom
chfast:fix-isystem

Conversation

@chfast
Copy link

@chfast chfast commented Aug 30, 2017

The system includes must be passed to GCC compiler as 2 flags:
"-isystem" "/example/include",
not as a single one
"-isystem /example/include". Otherwise the path is ignored.

Fixes #133.

The system includes must be passed to GCC compiler as 2 flags:
"-isystem" "/example/include",
not as a single one
"-isystem /example/include". Otherwise the path is ignored.

Fixes sakra#133.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments