Skip to content

Commit

Permalink
docs don't need cffi
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtynjala committed Sep 29, 2023
1 parent b6a6d7f commit e87ef92
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions scripts/docs.hxml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
-xml xml/Flash.xml
-cpp obj/docs
-D display=usage
-D flash_doc_gen
-D openfl_doc_gen
-D doc_gen
-D flash_doc_gen
-D nocffi
--macro include("starling")
-lib lime
-lib openfl
Expand All @@ -30,6 +30,7 @@
-D display=usage
-D windows
-D doc_gen
-D nocffi
--macro include("starling")
-lib lime
-lib openfl
Expand All @@ -43,6 +44,7 @@
-D display=usage
-D mac
-D doc_gen
-D nocffi
--macro include("starling")
-lib lime
-lib openfl
Expand All @@ -56,6 +58,7 @@
-D display=usage
-D linux
-D doc_gen
-D nocffi
--macro include("starling")
-lib lime
-lib openfl
Expand All @@ -68,6 +71,7 @@
-neko obj/docs
-D display=usage
-D doc_gen
-D nocffi
--macro include("starling")
-lib lime
-lib openfl
Expand All @@ -81,6 +85,7 @@
-D display=usage
-D ios
-D doc_gen
-D nocffi
--macro include("starling")
-lib lime
-lib openfl
Expand All @@ -94,6 +99,7 @@
-D display=usage
-D android
-D doc_gen
-D nocffi
--macro include("starling")
-lib lime
-lib openfl
Expand Down

0 comments on commit e87ef92

Please sign in to comment.