Skip to content

Commit 5e49337

Browse files
authored
Merge pull request #36 from UncleGrumpy/packbeam-external_path
2 parents 293c990 + 8f0a9b4 commit 5e49337

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/atomvm_packbeam_provider.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ get_opts(State) ->
150150

151151
%% @private
152152
squash_external_avm({external, AVMPath}, Accum) ->
153-
StrippedPath = string:strip(AVMPath, both),
153+
StrippedPath = filename:absname(string:strip(AVMPath, both)),
154154
case filelib:is_file(StrippedPath) of
155155
true ->
156156
case proplists:get_value(external_avms, Accum) of

0 commit comments

Comments
 (0)