Skip to content

Commit

Permalink
Skip darwin32 tests as we do not have dyld32
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoelund committed Nov 11, 2015
1 parent ccc46e3 commit 54098ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion special/FmuExportCrossCompile/check-files.mos
@@ -1,4 +1,4 @@
for os in {"linux32","linux64","win32","win64","darwin32","darwin64"} loop // "arm-linux-gnueabi"
for os in {"linux32","linux64","win32","win64","darwin64"} loop // "darwin32", "arm-linux-gnueabi"
for t in {"me","cs"} loop

target := os+"-"+t;
Expand Down

0 comments on commit 54098ff

Please sign in to comment.