SoftCreatR / imei

IMEI - ImageMagick Easy Install
ISC License
305 stars 35 forks source link

imei.sh: fix aom cmake flags #71

Closed jzern closed 2 years ago

jzern commented 2 years ago

What does this PR do?

convert CMAKE_FLAGS to an array. previously CMAKE_FLAGS was a string and quoting it would pass it as a single parameter causing the flags to be ignored.

Test Plan

Invoke imei.sh and verify cmake invocation in imei.log

Related PRs and Issues

fixes #69

Have you read the Code of Conduct?

[x ] I have read the Code of Conduct

SoftCreatR commented 2 years ago

Thank you very much :)