Skip to content

Commit

Permalink
Merge pull request #4 from JonnycatMeow/master
Browse files Browse the repository at this point in the history
  • Loading branch information
Vortex2Oblivion authored Nov 24, 2023
2 parents ee6d938 + 1c19748 commit 227ab6e
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
test/demos/*/bin
test/demos/*/cpp
.vscode
.vscode
.DS_Store
15 changes: 10 additions & 5 deletions hxpy/Build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -222,12 +222,17 @@
</files>

<target id="haxe" tool='linker'>
<lib name="${haxelib:hxpy}/libs/python3.lib" />
<lib name="${haxelib:hxpy}/libs/python311.lib" />
<lib name="${haxelib:hxpy}/libs/_tkinter.lib" />
<section if="windows">
<lib name="${haxelib:hxpy}/libs/Windows/python3.lib"/>
<lib name="${haxelib:hxpy}/libs/Windows/python311.lib"/>
<lib name="${haxelib:hxpy}/libs/Windows/_tkinter.lib"/>
<lib name="${haxelib:hxpy}/libs/Windows/python3_d.lib" if="debug"/>
<lib name="${haxelib:hxpy}/libs/Windows/python311_d.lib" if="debug"/>
</section>

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

<copyFile name="_asyncio.pyd" from="${haxelib:hxpy}/package" toolId="exe" />
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file added libs/macOS/x86_64/libpython3.11.a
Binary file not shown.

0 comments on commit 227ab6e

Please sign in to comment.