Skip to content

Commit

Permalink
Link testsuite to ICU
Browse files Browse the repository at this point in the history
On some platforms it uses stuff that is not just an inline function or
macro.
  • Loading branch information
DemiMarie committed Mar 10, 2023
1 parent 4e5ad00 commit 78a0180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qrexec-lib/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ all: libqubes-rpc-filecopy.so.$(SO_VER) $(pure_lib).$(pure_sover)
libqubes-rpc-filecopy.so.$(SO_VER): $(objs) ./$(pure_lib).$(pure_sover)
$(CC) -shared $(LDFLAGS) -Wl,-soname,$@ -o $@ $^
validator-test: validator-test.o ./$(pure_lib).$(pure_sover)
$(CC) $(LDFLAGS) -o $@ $^ ./$(pure_lib).$(pure_sover)
libs=$$(pkg-config --libs icu-uc) && $(CC) $(LDFLAGS) -o $@ $^ $$libs
$(pure_objs): CFLAGS += -fvisibility=hidden -DQUBES_PURE_IMPLEMENTATION
validator-test: CFLAGS += -UNDEBUG
check: validator-test
Expand Down

0 comments on commit 78a0180

Please sign in to comment.