Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Apprentice-Alchemist committed Apr 14, 2022
1 parent 7b0f07e commit 1e488c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/BuildHashlink.xml
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@
<compilerflag value="-I${HASHLINK_PATH}/src" />

<file name="${HASHLINK_PATH}/libs/ui/ui_stub.c" unless="windows" />
<file name="${HASHLINK_PATH}/libs/ui/ui_win32.c" if="windows" />
<file name="${HASHLINK_PATH}/libs/ui/ui_win.c" if="windows" />
</files>
<files id="uv">
<compilerflag value="-I${HASHLINK_PATH}/src" />
Expand Down

0 comments on commit 1e488c3

Please sign in to comment.