Skip to content

Commit

Permalink
Merge pull request nasa#439 from jphickey/fix-438-set-osal-bsptpe
Browse files Browse the repository at this point in the history
Fix nasa#438: Set OSAL_SYSTEM_BSPTYPE for native builds
  • Loading branch information
skliper committed Jan 14, 2020
2 parents 54c7b51 + a8f9ae8 commit aa37084
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/arch_build.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,7 @@ function(prepare)
"${CMAKE_SYSTEM_NAME}" STREQUAL "CYGWIN")
# Export the variables determined here up to the parent scope
SET(CFE_SYSTEM_PSPNAME "pc-linux" PARENT_SCOPE)
SET(OSAL_SYSTEM_BSPTYPE "pc-linux" PARENT_SCOPE)
SET(OSAL_SYSTEM_OSTYPE "posix" PARENT_SCOPE)
else ()
# Not cross compiling and host system is not recognized
Expand Down

0 comments on commit aa37084

Please sign in to comment.