Skip to content

Commit

Permalink
No Jai on Linux (for now)
Browse files Browse the repository at this point in the history
  • Loading branch information
jatinchowdhury18 committed Jul 24, 2023
1 parent 98c0818 commit 8af7818
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 381 deletions.
2 changes: 1 addition & 1 deletion modules/cmake/FindJaiCompiler.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
if(NOT IOS)
if(NOT (IOS OR LINUX))
if(WIN32)
set(JAI_COMPILER_EXE "jai.exe")
elseif(APPLE)
Expand Down
1 change: 1 addition & 0 deletions src/jai/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.build/
*.lib
*.a
*_jai_lib.h
380 changes: 0 additions & 380 deletions src/jai/byod_jai_lib.h

This file was deleted.

0 comments on commit 8af7818

Please sign in to comment.