Skip to content

Commit

Permalink
Makefile: more OSX fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Matteo Cafasso <noxdafox@gmail.com>
  • Loading branch information
noxdafox committed Sep 5, 2023
1 parent e732635 commit c17aeb2
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 @@ -24,7 +24,7 @@ clips: clips_source
$(MAKE) -f $(MAKEFILE_NAME) -C clips_source \
CFLAGS="-std=c99 -O3 -fno-strict-aliasing -fPIC" \
LDLIBS="-lm -L$(OS_LDLIBS_PATH)"
ld clips_source/*.o -dylib -L$(OS_LDLIBS_PATH) \
ld clips_source/*.o -dylib -lm -L$(OS_LDLIBS_PATH) -arch $(TARGET_ARCH) \
-o clips_source/libclips.so
else
clips: clips_source
Expand Down

0 comments on commit c17aeb2

Please sign in to comment.