Skip to content

Commit e43f9f1

Browse files
committed
fix runtime error
1 parent 24d8a66 commit e43f9f1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@ add_executable(${PROJECT_NAME} main.cpp)
1010

1111
include_directories(${SDL2_INCLUDE_DIRS} simlcd color dispcolor dispcolor/fonts)
1212
target_link_libraries(${PROJECT_NAME} dispcolor simlcd color )
13+
target_link_options(${PROJECT_NAME} PRIVATE -static-libgcc)
1314

0 commit comments

Comments
 (0)