marksibly 7 years ago
parent
commit
59ae1988e6
1 changed files with 3 additions and 1 deletions
  1. 3 1
      modules/mojo3d-vr/mojo3d-vr.monkey2

+ 3 - 1
modules/mojo3d-vr/mojo3d-vr.monkey2

@@ -1,7 +1,9 @@
 
 namespace mojo3d
 
-#If __DESKTOP_TARGET__
+'FIXME: Problems with openvr.h on linux...
+'
+#If __DESKTOP_TARGET__ And __TARGET__<>"linux"
 
 #Import "<std>"
 #Import "<mojo>"