Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Necas209 committed Apr 2, 2024
1 parent 20b58c7 commit 5e69d33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set(CMAKE_C_STANDARD_REQUIRED ON)

# Link BSD library for arc4random (on BSD systems)
if (UNIX AND NOT APPLE)
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -lbsd")
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} `pkg-config --cflags --libs libbsd`")
endif ()

add_executable(hanabi
Expand Down

0 comments on commit 5e69d33

Please sign in to comment.