Skip to content

Commit

Permalink
[Fix] Fixed build on Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
JiayinCao committed Jan 15, 2023
1 parent 49d44a4 commit 43d1e10
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 @@ -148,7 +148,7 @@ include_directories( "${generated_src_dir}" )
set(all_files ${project_headers} ${project_cpps} ${project_cs} ${project_ccs})

# for now, only fiber implementation uses assembly language
if(APPLE)
if(APPLE OR UNIX)
list(APPEND all_files ${project_asm})
endif()

Expand Down

0 comments on commit 43d1e10

Please sign in to comment.