Skip to content

Commit

Permalink
[nasa/nos3#352] Fix cross-compiling issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Donnie-Ice committed Dec 19, 2024
1 parent ecc4a80 commit 6590a23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ endif()
# Project Specifics
#
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall -Wextra -Werror -g -O0")
set(CMAKE_CROSSCOMPILING "FALSE")

include_directories(include)
add_subdirectory(src)
Expand Down

0 comments on commit 6590a23

Please sign in to comment.