Skip to content

Conversation

jstine35
Copy link
Collaborator

Removed the use of ?= assignment in gnu make, which doesn't work the way the documentation implies. The standard assignment of gnu make (=) is sufficient to the task of assigning a variable if and only if the variable was not previously assigned on the command line.

Added a check to throw an error if the config is missing

@jstine35 jstine35 requested a review from kivutar January 22, 2025 05:58
…imization

Removed the use of `?=` assignment in gnu make, which doesn't work the way the documentation implies. The standard assignment of gnu make (`=`) is sufficient to the task of assigning a variable if and only if the variable was not previously assigned on the command line.

Added a check to throw an error if the config is missing
@jstine35 jstine35 merged commit c0db853 into libretro:master Jan 24, 2025
10 checks passed
@jstine35 jstine35 deleted the enable_player_opts branch January 25, 2025 01:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants