Skip to content

Commit

Permalink
Merge pull request #550 from Fryguy/fix_ovirt_install
Browse files Browse the repository at this point in the history
Fix issue with bundle config and escaping the config
  • Loading branch information
jrafanie authored Sep 11, 2024
2 parents 71ed8ef + 8b71304 commit a984fbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion developer_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ bin/setup
This can also be configured within bundler:

```
bundle config build.ovirt-engine-sdk --with-cflags="-Wno-error=incompatible-function-pointer-types -Wno-error=implicit-function-declaration"
bundle config build.ovirt-engine-sdk "--with-cflags=-Wno-error=incompatible-function-pointer-types\\ -Wno-error=implicit-function-declaration"
```

See https://github.com/oVirt/ovirt-engine-sdk-ruby/issues/14 and https://github.com/oVirt/ovirt-engine-sdk-ruby/issues/11. Hopefully, the code in the gem can be resolved to avoid these warnings in the future.
Expand Down

0 comments on commit a984fbc

Please sign in to comment.