Skip to content

Commit

Permalink
[make] Disallow undefined symbols when building haxelib binary
Browse files Browse the repository at this point in the history
  • Loading branch information
tobil4sk committed May 5, 2024
1 parent 7b1f0db commit 422db9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ haxelib_unix:
cd $(CURDIR)/extra/haxelib_src && \
HAXE_STD_PATH=$(CURDIR)/std $(CURDIR)/$(HAXE_OUTPUT) client.hxml && \
nekotools boot -c run.n
${CC} $(CURDIR)/extra/haxelib_src/run.c -o $(HAXELIB_OUTPUT) -lneko
${CC} $(CURDIR)/extra/haxelib_src/run.c -o $(HAXELIB_OUTPUT) -lneko -Wl,--no-undefined

ifeq ($(SYSTEM_NAME),Windows)
haxelib: haxelib_$(PLATFORM)
Expand Down

0 comments on commit 422db9b

Please sign in to comment.