Skip to content

Commit 620b431

Browse files
committed
Forgot to pass in initial-exec
1 parent 642b25f commit 620b431

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/yue.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ if(BUILD_WITH_YUE)
5454
)
5555

5656
if(NINTENDO_3DS)
57-
target_compile_options(yuescript PRIVATE -ftls-model)
57+
target_compile_options(yuescript PRIVATE -ftls-model=initial-exec)
5858
endif()
5959

6060
if(MSVC)

0 commit comments

Comments
 (0)