mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-17 22:20:55 +00:00
Fix code in src/CMakeLists.txt to check return value of allegro-config.
This commit is contained in:
parent
109d6a072f
commit
d09bd2a6ee
@ -13,7 +13,8 @@ else()
|
||||
|
||||
execute_process(COMMAND ${allegro_config} --cflags
|
||||
OUTPUT_VARIABLE allegro_c_flags
|
||||
OUTPUT_STRIP_TRAILING_WHITESPACE)
|
||||
OUTPUT_STRIP_TRAILING_WHITESPACE
|
||||
RESULT_VARIABLE ret)
|
||||
if(NOT ret EQUAL 0)
|
||||
message("Error running allegro-config")
|
||||
endif()
|
||||
|
Loading…
x
Reference in New Issue
Block a user