Skip to content

Commit

Permalink
added linux and removed the macos and linux todo
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnycatMeow committed Nov 24, 2023
1 parent 1c19748 commit ec8296f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 0 additions & 2 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
### Todo

-add mac/linux support

-add the ability to extend python

-fix building to debug
6 changes: 5 additions & 1 deletion hxpy/Build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,11 @@
</section>

<section if="macos">
<lib name="${haxelib:hxpy}/libs/macOS/x86_64/libpython3.11.a" if="HXCPP_M64"/>
<lib name="${haxelib:hxpy}/libs/macOS/x86_64/libpython3.11.a" if="HXCPP_M64"/> <!--non debug-->
</section>

<section if="linux">
<lib name="${haxelib:hxpy}/libs/Linux/libpython3.11.a" if="HXCPP_M64"/> <!--non debug-->
</section>
</target>

Expand Down
Binary file added libs/Linux/libpython3.11.a
Binary file not shown.

0 comments on commit ec8296f

Please sign in to comment.